Html Css Color HEX #37021F Blackberry

📋 copy color: '#37021F'

red 55 ◦ green 2 ◦ blue 31

#37021F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #37021F

Tints of Blackberry #37021F

RGB

 RED value IS 55 (21.88% from 255) = 62.5%

 GREEN value IS 2 (1.17% from 255) = 2.27%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 62.5%
G = 2.27%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#37021F (or 0x37021F) is known color: Blackberry. HEX triplet: 37, 02 and 1F. RGB value is (55,2,31). Sum of RGB (Red+Green+Blue) = 55+2+31=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37021F is #C8FDE0. Grayscale: #151515. Windows color (decimal): -13172193 or 2032183. OLE color: 2032183.

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

Color convert

RGB 55 2 31 -
CMYK 0 0.96 0.44 0.78
HSL 327.17º 0.93% 0.11% -
HSV(B) 327.17º 0.96% 0.22% -
XYZ 1.84 0.95 1.38 -
YUV 21.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 55 2 31 0 0.96 0.44 0.78 327.17 0.93 0.11
Hex 37 2 1F 0 60 2C 4E 147 5D B
Octal 67 2 37 0 140 54 116 507 135 13
Binary 110111 10 11111 0 1100000 101100 1001110 101000111 1011101 1011

Color Harmonies of #37021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37021F

Black with #37021F

Text Example


Text Example

White with #37021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37021F;
 }
 .AnyTagClassName
 {
   color: #37021F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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