#37122C

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

Shades of Blackberry #37122C

Tints of Blackberry #37122C

Color information

#37122C (or 0x37122C) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 2C. RGB value is (55,18,44). Sum of RGB (Red+Green+Blue) = 55+18+44=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37122C is #C8EDD3. Grayscale: #1F1F1F. Windows color (decimal): -13168084 or 2888247. OLE color: 2888247.

HSL color Cylindrical-coordinate representation of color #37122C: hue angle of 317.84º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37122C is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB551844-
CMYK00.670.20.78
HSL317.84º50.68%14.31%-
HSV(B)317.84º67.27%21.57%-
XYZ2.251.432.54-
YUV32.03134.76144.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.01%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=47.01%
G=15.38%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55184400.670.20.78317.8450.6814.31
Hex37122C043144E13e33e
Octal6722540103241164766316
Binary11011110010101100010000111010010011101001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37122C; }

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

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

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

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

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

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

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

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