#371E2D

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

Shades of Blackberry #371E2D

Tints of Blackberry #371E2D

Color information

#371E2D (or 0x371E2D) is unknown color: approx Blackberry. HEX triplet: 37, 1E and 2D. RGB value is (55,30,45). Sum of RGB (Red+Green+Blue) = 55+30+45=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2D is #C8E1D2. Grayscale: #272727. Windows color (decimal): -13165011 or 2956855. OLE color: 2956855.

HSL color Cylindrical-coordinate representation of color #371E2D: hue angle of 324º 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 #371E2D is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB553045-
CMYK00.450.180.78
HSL324º29.41%16.67%-
HSV(B)324º45.45%21.57%-
XYZ2.511.932.72-
YUV39.18131.28139.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=42.31%
G=23.08%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55304500.450.180.7832429.4116.67
Hex371E2D02D124E1441d11
Octal673655055221165043521
Binary1101111111010110101011011001010011101010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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