Html Css Color HEX #37021E Blackberry

📋 copy color: '#37021E'

red 55 ◦ green 2 ◦ blue 30

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

Shades of Blackberry #37021E

Tints of Blackberry #37021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.48%

R = 63.22%
G = 2.3%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37021E (or 0x37021E) is known color: 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

RGB 55 2 30 -
CMYK 0 0.96 0.45 0.78
HSL 328.3º 0.93% 0.11% -
HSV(B) 328.3º 0.96% 0.22% -
XYZ 1.83 0.95 1.32 -
YUV 21.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 55 2 30 0 0.96 0.45 0.78 328.3 0.93 0.11
Hex 37 2 1E 0 60 2D 4E 148 5D B
Octal 67 2 36 0 140 55 116 510 135 13
Binary 110111 10 11110 0 1100000 101101 1001110 101001000 1011101 1011

Color Harmonies of #37021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37021E

Black with #37021E

Text Example


Text Example

White with #37021E

Text Example


Text Example

HTML Codes & Css Web 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>