#391424

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

Shades of Blackberry #391424

Tints of Blackberry #391424

Color information

#391424 (or 0x391424) is unknown color: approx Blackberry. HEX triplet: 39, 14 and 24. RGB value is (57,20,36). Sum of RGB (Red+Green+Blue) = 57+20+36=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #391424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391424 is #C6EBDB. Grayscale: #202020. Windows color (decimal): -13036508 or 2364473. OLE color: 2364473.

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

Color convert

RGB572036-
CMYK00.650.370.78
HSL334.05º48.05%15.1%-
HSV(B)334.05º64.91%22.35%-
XYZ2.261.51.84-
YUV32.89129.76145.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=50.44%
G=17.70%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57203600.650.370.78334.0548.0515.1
Hex391424041254E14e30f
Octal7124440101451165166017
Binary111001101001001000100000110010110011101010011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391424; }

 p { color: rgb(57,20,36); }

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

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

 a { background-color: rgb(57,20,36); }

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

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

 span { border-color: rgb(57,20,36); }

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