#371E2C

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

Shades of Blackberry #371E2C

Tints of Blackberry #371E2C

Color information

#371E2C (or 0x371E2C) is unknown color: approx Blackberry. HEX triplet: 37, 1E and 2C. RGB value is (55,30,44). Sum of RGB (Red+Green+Blue) = 55+30+44=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2C is #C8E1D3. Grayscale: #272727. Windows color (decimal): -13165012 or 2891319. OLE color: 2891319.

HSL color Cylindrical-coordinate representation of color #371E2C: hue angle of 326.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E2C is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB553044-
CMYK00.450.20.78
HSL326.4º29.41%16.67%-
HSV(B)326.4º45.45%21.57%-
XYZ2.491.922.62-
YUV39.07130.78139.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=42.64%
G=23.26%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55304400.450.20.78326.429.4116.67
Hex371E2C02D144E1461d11
Octal673654055241165063521
Binary1101111111010110001011011010010011101010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,30,44); }

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

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

 a { background-color: rgb(55,30,44); }

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

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

 span { border-color: rgb(55,30,44); }

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