#37162A

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

Shades of Blackberry #37162A

Tints of Blackberry #37162A

Color information

#37162A (or 0x37162A) is unknown color: approx Blackberry. HEX triplet: 37, 16 and 2A. RGB value is (55,22,42). Sum of RGB (Red+Green+Blue) = 55+22+42=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37162A is #C8E9D5. Grayscale: #222222. Windows color (decimal): -13167062 or 2758199. OLE color: 2758199.

HSL color Cylindrical-coordinate representation of color #37162A: hue angle of 323.64º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37162A is Cyan = 0, Magento = 0.6, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB552242-
CMYK00.60.240.78
HSL323.64º42.86%15.1%-
HSV(B)323.64º60%21.57%-
XYZ2.281.552.37-
YUV34.15132.43142.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=46.22%
G=18.49%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55224200.60.240.78323.6442.8615.1
Hex37162A03C184E1442bf
Octal672652074301165045317
Binary1101111011010101001111001100010011101010001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37162A; }

 p { color: rgb(55,22,42); }

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

<style>
 a { background-color: #37162A; }

 a { background-color: rgb(55,22,42); }

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

<style>
 span { border-color: #37162A; }

 span { border-color: rgb(55,22,42); }

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