#391A29

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

Shades of Blackberry #391A29

Tints of Blackberry #391A29

Color information

#391A29 (or 0x391A29) is unknown color: approx Blackberry. HEX triplet: 39, 1A and 29. RGB value is (57,26,41). Sum of RGB (Red+Green+Blue) = 57+26+41=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #391A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A29 is #C6E5D6. Grayscale: #242424. Windows color (decimal): -13034967 or 2693689. OLE color: 2693689.

HSL color Cylindrical-coordinate representation of color #391A29: hue angle of 330.97º 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 #391A29 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB572641-
CMYK00.540.280.78
HSL330.97º37.35%16.27%-
HSV(B)330.97º54.39%22.35%-
XYZ2.461.772.31-
YUV36.98130.27142.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=45.97%
G=20.97%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57264100.540.280.78330.9737.3516.27
Hex391A290361C4E14b2510
Octal713251066341165134520
Binary11100111010101001011011011100100111010100101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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