#37192a

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

Shades of Blackberry #37192A

Tints of Blackberry #37192A

Color information

#37192A (or 0x37192A) is unknown color: approx Blackberry. HEX triplet: 37, 19 and 2A. RGB value is (55,25,42). Sum of RGB (Red+Green+Blue) = 55+25+42=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #37192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37192A is #C8E6D5. Grayscale: #232323. Windows color (decimal): -13166294 or 2758967. OLE color: 2758967.

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

Color convert

RGB552542-
CMYK00.550.240.78
HSL326º37.5%15.69%-
HSV(B)326º54.55%21.57%-
XYZ2.341.672.39-
YUV35.91131.44141.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=45.08%
G=20.49%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55254200.550.240.7832637.515.69
Hex37192A037184E1462610
Octal673152067301165064620
Binary11011111001101010011011111000100111010100011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37192a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37192a; }

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

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

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

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

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

<style>
 span { border-color: #37192a; }

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

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