#391A28

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

Shades of Blackberry #391A28

Tints of Blackberry #391A28

Color information

#391A28 (or 0x391A28) is unknown color: approx Blackberry. HEX triplet: 39, 1A and 28. RGB value is (57,26,40). Sum of RGB (Red+Green+Blue) = 57+26+40=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #391A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A28 is #C6E5D7. Grayscale: #242424. Windows color (decimal): -13034968 or 2628153. OLE color: 2628153.

HSL color Cylindrical-coordinate representation of color #391A28: hue angle of 332.9º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A28 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB572640-
CMYK00.540.300.78
HSL332.9º37.35%16.27%-
HSV(B)332.9º54.39%22.35%-
XYZ2.441.762.22-
YUV36.86129.77142.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=46.34%
G=21.14%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57264000.540.300.78332.937.3516.27
Hex391A280361E4E14d2510
Octal713250066361165154520
Binary11100111010101000011011011110100111010100110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391A28; }

 p { color: rgb(57,26,40); }

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

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

 a { background-color: rgb(57,26,40); }

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

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

 span { border-color: rgb(57,26,40); }

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