#371829

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

Shades of Blackberry #371829

Tints of Blackberry #371829

Color information

#371829 (or 0x371829) is unknown color: approx Blackberry. HEX triplet: 37, 18 and 29. RGB value is (55,24,41). Sum of RGB (Red+Green+Blue) = 55+24+41=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371829 is #C8E7D6. Grayscale: #232323. Windows color (decimal): -13166551 or 2693175. OLE color: 2693175.

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

Color convert

RGB552441-
CMYK00.560.250.78
HSL327.1º39.24%15.49%-
HSV(B)327.1º56.36%21.57%-
XYZ2.31.632.29-
YUV35.21131.27142.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=45.83%
G=20%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55244100.560.250.78327.139.2415.49
Hex371829038194E14727f
Octal673051070311165074717
Binary1101111100010100101110001100110011101010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371829; }

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

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

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

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

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

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

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

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