#371929

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

Shades of Blackberry #371929

Tints of Blackberry #371929

Color information

#371929 (or 0x371929) is unknown color: approx Blackberry. HEX triplet: 37, 19 and 29. RGB value is (55,25,41). Sum of RGB (Red+Green+Blue) = 55+25+41=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371929 is #C8E6D6. Grayscale: #232323. Windows color (decimal): -13166295 or 2693431. OLE color: 2693431.

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

Color convert

RGB552541-
CMYK00.550.250.78
HSL328º37.5%15.69%-
HSV(B)328º54.55%21.57%-
XYZ2.321.672.3-
YUV35.79130.94141.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=45.45%
G=20.66%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55254100.550.250.7832837.515.69
Hex371929037194E1482610
Octal673151067311165104620
Binary11011111001101001011011111001100111010100100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371929; }

 p { color: rgb(55,25,41); }

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

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

 a { background-color: rgb(55,25,41); }

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

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

 span { border-color: rgb(55,25,41); }

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