#37182D

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

Shades of Blackberry #37182D

Tints of Blackberry #37182D

Color information

#37182D (or 0x37182D) is unknown color: approx Blackberry. HEX triplet: 37, 18 and 2D. RGB value is (55,24,45). Sum of RGB (Red+Green+Blue) = 55+24+45=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #37182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37182D is #C8E7D2. Grayscale: #232323. Windows color (decimal): -13166547 or 2955319. OLE color: 2955319.

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

Color convert

RGB552445-
CMYK00.560.180.78
HSL319.35º39.24%15.49%-
HSV(B)319.35º56.36%21.57%-
XYZ2.381.652.68-
YUV35.66133.27141.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=44.35%
G=19.35%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55244500.560.180.78319.3539.2415.49
Hex37182D038124E13f27f
Octal673055070221164774717
Binary1101111100010110101110001001010011101001111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37182D; }

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

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

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

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

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

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

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

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