Html Css Color HEX #312930 Melanzane

📋 copy color: '#312930'

red 49 ◦ green 41 ◦ blue 48

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

Shades of Melanzane #312930

Tints of Melanzane #312930

RGB

 RED value IS 49 (19.53% from 255) = 35.51%

 GREEN value IS 41 (16.41% from 255) = 29.71%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 35.51%
G = 29.71%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312930 (or 0x312930) is known color: Melanzane. HEX triplet: 31, 29 and 30. RGB value is (49,41,48). Sum of RGB (Red+Green+Blue) = 49+41+48=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312930 is #CED6CF. Grayscale: #2C2C2C. Windows color (decimal): -13555408 or 3156273. OLE color: 3156273.

HSL color Cylindrical-coordinate representation of color #312930: hue angle of 307.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312930 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 41 48 -
CMYK 0 0.16 0.02 0.81
HSL 307.5º 0.09% 0.18% -
HSV(B) 307.5º 0.16% 0.19% -
XYZ 2.59 2.45 3.13 -
YUV 44.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 49 41 48 0 0.16 0.02 0.81 307.5 0.09 0.18
Hex 31 29 30 0 10 2 51 134 9 12
Octal 61 51 60 0 20 2 121 464 11 22
Binary 110001 101001 110000 0 10000 10 1010001 100110100 1001 10010

Color Harmonies of #312930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312930

Black with #312930

Text Example


Text Example

White with #312930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312930; }

 p { color: rgb(49,41,48); }

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

background-color css

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

 a { background-color: rgb(49,41,48); }

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

border-color css

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

 span { border-color: rgb(49,41,48); }

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