Html Css Color HEX #37011D Blackberry

📋 copy color: '#37011D'

red 55 ◦ green 1 ◦ blue 29

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

Shades of Blackberry #37011D

Tints of Blackberry #37011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

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

R = 64.71%
G = 1.18%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37011D (or 0x37011D) is known color: Blackberry. HEX triplet: 37, 01 and 1D. RGB value is (55,1,29). Sum of RGB (Red+Green+Blue) = 55+1+29=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37011D is #C8FEE2. Grayscale: #141414. Windows color (decimal): -13172451 or 1900855. OLE color: 1900855.

HSL color Cylindrical-coordinate representation of color #37011D: hue angle of 328.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37011D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 29 -
CMYK 0 0.98 0.47 0.78
HSL 328.89º 0.96% 0.11% -
HSV(B) 328.89º 0.98% 0.22% -
XYZ 1.81 0.92 1.25 -
YUV 20.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 55 1 29 0 0.98 0.47 0.78 328.89 0.96 0.11
Hex 37 1 1D 0 62 2F 4E 149 60 B
Octal 67 1 35 0 142 57 116 511 140 13
Binary 110111 1 11101 0 1100010 101111 1001110 101001001 1100000 1011

Color Harmonies of #37011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37011D

Black with #37011D

Text Example


Text Example

White with #37011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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