Html Css Color HEX #312A30 Melanzane

📋 copy color: '#312A30'

red 49 ◦ green 42 ◦ blue 48

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

Shades of Melanzane #312A30

Tints of Melanzane #312A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

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

R = 35.25%
G = 30.22%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#312A30 (or 0x312A30) is known color: Melanzane. HEX triplet: 31, 2A and 30. RGB value is (49,42,48). Sum of RGB (Red+Green+Blue) = 49+42+48=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A30 is #CED5CF. Grayscale: #2C2C2C. Windows color (decimal): -13555152 or 3156529. OLE color: 3156529.

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

Color convert

RGB 49 42 48 -
CMYK 0 0.14 0.02 0.81
HSL 308.57º 0.08% 0.18% -
HSV(B) 308.57º 0.14% 0.19% -
XYZ 2.63 2.52 3.14 -
YUV 44.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 49 42 48 0 0.14 0.02 0.81 308.57 0.08 0.18
Hex 31 2A 30 0 E 2 51 135 8 12
Octal 61 52 60 0 16 2 121 465 10 22
Binary 110001 101010 110000 0 1110 10 1010001 100110101 1000 10010

Color Harmonies of #312A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A30

Black with #312A30

Text Example


Text Example

White with #312A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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