#37021E

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

Shades of Blackberry #37021E

Tints of Blackberry #37021E

Color information

#37021E (or 0x37021E) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 1E. RGB value is (55,2,30). Sum of RGB (Red+Green+Blue) = 55+2+30=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37021E is #C8FDE1. Grayscale: #141414. Windows color (decimal): -13172194 or 1966647. OLE color: 1966647.

HSL color Cylindrical-coordinate representation of color #37021E: hue angle of 328.3º 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 #37021E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB55230-
CMYK00.960.450.78
HSL328.3º92.98%11.18%-
HSV(B)328.3º96.36%21.57%-
XYZ1.830.951.32-
YUV21.04133.06152.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=63.22%
G=2.30%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523000.960.450.78328.392.9811.18
Hex3721E0602D4E1485db
Octal6723601405511651013513
Binary110111101111001100000101101100111010100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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