#391229

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

Shades of Blackberry #391229

Tints of Blackberry #391229

Color information

#391229 (or 0x391229) is unknown color: approx Blackberry. HEX triplet: 39, 12 and 29. RGB value is (57,18,41). Sum of RGB (Red+Green+Blue) = 57+18+41=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391229 is #C6EDD6. Grayscale: #202020. Windows color (decimal): -13037015 or 2691641. OLE color: 2691641.

HSL color Cylindrical-coordinate representation of color #391229: hue angle of 324.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391229 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB571841-
CMYK00.680.280.78
HSL324.62º52%14.71%-
HSV(B)324.62º68.42%22.35%-
XYZ2.31.462.26-
YUV32.28132.92145.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=49.14%
G=15.52%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57184100.680.280.78324.625214.71
Hex3912290441C4E14534f
Octal7122510104341165056417
Binary11100110010101001010001001110010011101010001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391229; }

 p { color: rgb(57,18,41); }

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

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

 a { background-color: rgb(57,18,41); }

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

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

 span { border-color: rgb(57,18,41); }

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