#37102D

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

Shades of Blackberry #37102D

Tints of Blackberry #37102D

Color information

#37102D (or 0x37102D) is unknown color: approx Blackberry. HEX triplet: 37, 10 and 2D. RGB value is (55,16,45). Sum of RGB (Red+Green+Blue) = 55+16+45=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37102D is #C8EFD2. Grayscale: #1E1E1E. Windows color (decimal): -13168595 or 2953271. OLE color: 2953271.

HSL color Cylindrical-coordinate representation of color #37102D: hue angle of 315.38º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37102D is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB551645-
CMYK00.710.180.78
HSL315.38º54.93%13.92%-
HSV(B)315.38º70.91%21.57%-
XYZ2.231.372.63-
YUV30.97135.92145.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 45 (17.97% from 255) = 38.79%
R=47.41%
G=13.79%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55164500.710.180.78315.3854.9313.92
Hex37102D047124E13b37e
Octal6720550107221164736716
Binary11011110000101101010001111001010011101001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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