#412036

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

Shades of Blackberry #412036

Tints of Blackberry #412036

Color information

#412036 (or 0x412036) is unknown color: approx Blackberry. HEX triplet: 41, 20 and 36. RGB value is (65,32,54). Sum of RGB (Red+Green+Blue) = 65+32+54=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412036 is #BEDFC9. Grayscale: #2C2C2C. Windows color (decimal): -12509130 or 3547201. OLE color: 3547201.

HSL color Cylindrical-coordinate representation of color #412036: hue angle of 320º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412036 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB653254-
CMYK00.510.170.75
HSL320º34.02%19.02%-
HSV(B)320º50.77%25.49%-
XYZ3.362.423.78-
YUV44.37133.43142.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=43.05%
G=21.19%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65325400.510.170.7532034.0219.02
Hex412036033114B1402213
Octal1014066063211135004223
Binary1000001100000110110011001110001100101110100000010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412036; }

 p { color: rgb(65,32,54); }

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

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

 a { background-color: rgb(65,32,54); }

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

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

 span { border-color: rgb(65,32,54); }

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