#41072C

Color #41072C Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #41072C

Tints of Blackberry #41072C

Color information

#41072C (or 0x41072C) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 2C. RGB value is (65,7,44). Sum of RGB (Red+Green+Blue) = 65+7+44=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41072C is #BEF8D3. Grayscale: #1C1C1C. Windows color (decimal): -12515540 or 2885441. OLE color: 2885441.

HSL color Cylindrical-coordinate representation of color #41072C: hue angle of 321.72º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41072C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB65744-
CMYK00.890.320.75
HSL321.72º80.56%14.12%-
HSV(B)321.72º89.23%25.49%-
XYZ2.711.462.52-
YUV28.56136.72153.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=56.03%
G=6.03%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6574400.890.320.75321.7280.5614.12
Hex4172C059204B14251e
Octal10175401314011350212116
Binary100000111110110001011001100000100101110100001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41072C; }

 p { color: rgb(65,7,44); }

 H1.HeaderClassName
 {
   color: #41072C;
 }
 .AnyTagClassName
 {
   color: #41072C;
 }
</style>
background-color css

<style>
 a { background-color: #41072C; }

 a { background-color: rgb(65,7,44); }

 div.DivClassName
 {
   background-color: #41072C;
 }
 .BgClassName
 {
   background-color: #41072C;
 }
</style>
border-color css

<style>
 span { border-color: #41072C; }

 span { border-color: rgb(65,7,44); }

 td.TdClassName
 {
   border-color: #41072C;
 }
 .TagClassName
 {
   border-color: #41072C;
 }
</style>