Html Css Color HEX #37021D Blackberry

📋 copy color: '#37021D'

red 55 ◦ green 2 ◦ blue 29

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

Shades of Blackberry #37021D

Tints of Blackberry #37021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 33.72%

R = 63.95%
G = 2.33%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37021D (or 0x37021D) is known color: Blackberry. HEX triplet: 37, 02 and 1D. RGB value is (55,2,29). Sum of RGB (Red+Green+Blue) = 55+2+29=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37021D is #C8FDE2. Grayscale: #141414. Windows color (decimal): -13172195 or 1901111. OLE color: 1901111.

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

Color convert

RGB 55 2 29 -
CMYK 0 0.96 0.47 0.78
HSL 329.43º 0.93% 0.11% -
HSV(B) 329.43º 0.96% 0.22% -
XYZ 1.82 0.94 1.25 -
YUV 20.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 55 2 29 0 0.96 0.47 0.78 329.43 0.93 0.11
Hex 37 2 1D 0 60 2F 4E 149 5D B
Octal 67 2 35 0 140 57 116 511 135 13
Binary 110111 10 11101 0 1100000 101111 1001110 101001001 1011101 1011

Color Harmonies of #37021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37021D

Black with #37021D

Text Example


Text Example

White with #37021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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