Html Css Color HEX #373034 Melanzane

📋 copy color: '#373034'

red 55 ◦ green 48 ◦ blue 52

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

Shades of Melanzane #373034

Tints of Melanzane #373034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 52 (20.7% from 255) = 33.55%

R = 35.48%
G = 30.97%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#373034 (or 0x373034) is known color: Melanzane. HEX triplet: 37, 30 and 34. RGB value is (55,48,52). Sum of RGB (Red+Green+Blue) = 55+48+52=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #373034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373034 is #C8CFCB. Grayscale: #323232. Windows color (decimal): -13160396 or 3420215. OLE color: 3420215.

HSL color Cylindrical-coordinate representation of color #373034: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373034 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 48 52 -
CMYK 0 0.13 0.05 0.78
HSL 325.71º 0.07% 0.2% -
HSV(B) 325.71º 0.13% 0.22% -
XYZ 3.25 3.17 3.69 -
YUV 50.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 55 48 52 0 0.13 0.05 0.78 325.71 0.07 0.2
Hex 37 30 34 0 D 5 4E 146 7 14
Octal 67 60 64 0 15 5 116 506 7 24
Binary 110111 110000 110100 0 1101 101 1001110 101000110 111 10100

Color Harmonies of #373034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373034

Black with #373034

Text Example


Text Example

White with #373034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373034; }

 p { color: rgb(55,48,52); }

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

background-color css

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

 a { background-color: rgb(55,48,52); }

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

border-color css

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

 span { border-color: rgb(55,48,52); }

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