Html Css Color HEX #37112F Melanzane

📋 copy color: '#37112F'

red 55 ◦ green 17 ◦ blue 47

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

Shades of Melanzane #37112F

Tints of Melanzane #37112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.29%

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 46.22%
G = 14.29%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37112F (or 0x37112F) is known color: Melanzane. HEX triplet: 37, 11 and 2F. RGB value is (55,17,47). Sum of RGB (Red+Green+Blue) = 55+17+47=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #37112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37112F is #C8EED0. Grayscale: #1F1F1F. Windows color (decimal): -13168337 or 3084599. OLE color: 3084599.

HSL color Cylindrical-coordinate representation of color #37112F: hue angle of 312.63º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37112F is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 47 -
CMYK 0 0.69 0.15 0.78
HSL 312.63º 0.53% 0.14% -
HSV(B) 312.63º 0.69% 0.22% -
XYZ 2.29 1.42 2.84 -
YUV 31.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 55 17 47 0 0.69 0.15 0.78 312.63 0.53 0.14
Hex 37 11 2F 0 45 F 4E 139 35 E
Octal 67 21 57 0 105 17 116 471 65 16
Binary 110111 10001 101111 0 1000101 1111 1001110 100111001 110101 1110

Color Harmonies of #37112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37112F

Black with #37112F

Text Example


Text Example

White with #37112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37112F; }

 p { color: rgb(55,17,47); }

 H1.HeaderClassName
 {
   color: #37112F;
 }
 .AnyTagClassName
 {
   color: #37112F;
 }
</style>

background-color css

<style>
 a { background-color: #37112F; }

 a { background-color: rgb(55,17,47); }

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

border-color css

<style>
 span { border-color: #37112F; }

 span { border-color: rgb(55,17,47); }

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