#391926

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

Shades of Blackberry #391926

Tints of Blackberry #391926

Color information

#391926 (or 0x391926) is unknown color: approx Blackberry. HEX triplet: 39, 19 and 26. RGB value is (57,25,38). Sum of RGB (Red+Green+Blue) = 57+25+38=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #391926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391926 is #C6E6D9. Grayscale: #242424. Windows color (decimal): -13035226 or 2496825. OLE color: 2496825.

HSL color Cylindrical-coordinate representation of color #391926: hue angle of 335.62º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #391926 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB572538-
CMYK00.560.330.78
HSL335.62º39.02%16.08%-
HSV(B)335.62º56.14%22.35%-
XYZ2.381.712.04-
YUV36.05129.1142.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=47.5%
G=20.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57253800.560.330.78335.6239.0216.08
Hex391926038214E1502710
Octal713146070411165204720
Binary111001110011001100111000100001100111010101000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391926; }

 p { color: rgb(57,25,38); }

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

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

 a { background-color: rgb(57,25,38); }

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

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

 span { border-color: rgb(57,25,38); }

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