Html Css Color HEX #37021B Blackberry

📋 copy color: '#37021B'

red 55 ◦ green 2 ◦ blue 27

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

Shades of Blackberry #37021B

Tints of Blackberry #37021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 32.14%

R = 65.48%
G = 2.38%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37021B (or 0x37021B) is known color: Blackberry. HEX triplet: 37, 02 and 1B. RGB value is (55,2,27). Sum of RGB (Red+Green+Blue) = 55+2+27=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37021B is #C8FDE4. Grayscale: #141414. Windows color (decimal): -13172197 or 1770039. OLE color: 1770039.

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

Color convert

RGB 55 2 27 -
CMYK 0 0.96 0.51 0.78
HSL 331.7º 0.93% 0.11% -
HSV(B) 331.7º 0.96% 0.22% -
XYZ 1.8 0.93 1.12 -
YUV 20.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 55 2 27 0 0.96 0.51 0.78 331.7 0.93 0.11
Hex 37 2 1B 0 60 33 4E 14C 5D B
Octal 67 2 33 0 140 63 116 514 135 13
Binary 110111 10 11011 0 1100000 110011 1001110 101001100 1011101 1011

Color Harmonies of #37021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37021B

Black with #37021B

Text Example


Text Example

White with #37021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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