#391129

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

Shades of Blackberry #391129

Tints of Blackberry #391129

Color information

#391129 (or 0x391129) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 29. RGB value is (57,17,41). Sum of RGB (Red+Green+Blue) = 57+17+41=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #391129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391129 is #C6EED6. Grayscale: #1F1F1F. Windows color (decimal): -13037271 or 2691385. OLE color: 2691385.

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

Color convert

RGB571741-
CMYK00.700.280.78
HSL324º54.05%14.51%-
HSV(B)324º70.18%22.35%-
XYZ2.291.432.25-
YUV31.7133.25146.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=49.57%
G=14.78%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57174100.700.280.7832454.0514.51
Hex3911290461C4E14436f
Octal7121510106341165046617
Binary11100110001101001010001101110010011101010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391129; }

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

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

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

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

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

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

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

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