#37022E

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

Shades of Blackberry #37022E

Tints of Blackberry #37022E

Color information

#37022E (or 0x37022E) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 2E. RGB value is (55,2,46). Sum of RGB (Red+Green+Blue) = 55+2+46=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37022E is #C8FDD1. Grayscale: #161616. Windows color (decimal): -13172178 or 3015223. OLE color: 3015223.

HSL color Cylindrical-coordinate representation of color #37022E: hue angle of 310.19º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37022E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB55246-
CMYK00.960.160.78
HSL310.19º92.98%11.18%-
HSV(B)310.19º96.36%21.57%-
XYZ2.091.052.68-
YUV22.86141.06150.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=53.40%
G=1.94%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524600.960.160.78310.1992.9811.18
Hex3722E060104E1365db
Octal6725601402011646613513
Binary110111101011100110000010000100111010011011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37022E; }

 p { color: rgb(55,2,46); }

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

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

 a { background-color: rgb(55,2,46); }

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

<style>
 span { border-color: #37022E; }

 span { border-color: rgb(55,2,46); }

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