Html Css Color HEX #37071D Blackberry

📋 copy color: '#37071D'

red 55 ◦ green 7 ◦ blue 29

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

Shades of Blackberry #37071D

Tints of Blackberry #37071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

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

R = 60.44%
G = 7.69%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37071D (or 0x37071D) is known color: Blackberry. HEX triplet: 37, 07 and 1D. RGB value is (55,7,29). Sum of RGB (Red+Green+Blue) = 55+7+29=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37071D is #C8F8E2. Grayscale: #171717. Windows color (decimal): -13170915 or 1902391. OLE color: 1902391.

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

Color convert

RGB 55 7 29 -
CMYK 0 0.87 0.47 0.78
HSL 332.5º 0.77% 0.12% -
HSV(B) 332.5º 0.87% 0.22% -
XYZ 1.87 1.05 1.27 -
YUV 23.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 55 7 29 0 0.87 0.47 0.78 332.5 0.77 0.12
Hex 37 7 1D 0 57 2F 4E 14C 4D C
Octal 67 7 35 0 127 57 116 514 115 14
Binary 110111 111 11101 0 1010111 101111 1001110 101001100 1001101 1100

Color Harmonies of #37071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37071D

Black with #37071D

Text Example


Text Example

White with #37071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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