#371C2B

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

Shades of Blackberry #371C2B

Tints of Blackberry #371C2B

Color information

#371C2B (or 0x371C2B) is unknown color: approx Blackberry. HEX triplet: 37, 1C and 2B. RGB value is (55,28,43). Sum of RGB (Red+Green+Blue) = 55+28+43=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C2B is #C8E3D4. Grayscale: #252525. Windows color (decimal): -13165525 or 2825271. OLE color: 2825271.

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

Color convert

RGB552843-
CMYK00.490.220.78
HSL326.67º32.53%16.27%-
HSV(B)326.67º49.09%21.57%-
XYZ2.431.822.51-
YUV37.78130.95140.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.65%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=43.65%
G=22.22%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55284300.490.220.78326.6732.5316.27
Hex371C2B031164E1472110
Octal673453061261165074120
Binary11011111100101011011000110110100111010100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371C2B; }

 p { color: rgb(55,28,43); }

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

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

 a { background-color: rgb(55,28,43); }

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

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

 span { border-color: rgb(55,28,43); }

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