Html Css Color HEX #31292F Melanzane

📋 copy color: '#31292F'

red 49 ◦ green 41 ◦ blue 47

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

Shades of Melanzane #31292F

Tints of Melanzane #31292F

RGB

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

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

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

R = 35.77%
G = 29.93%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31292F (or 0x31292F) is known color: Melanzane. HEX triplet: 31, 29 and 2F. RGB value is (49,41,47). Sum of RGB (Red+Green+Blue) = 49+41+47=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #31292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31292F is #CED6D0. Grayscale: #2C2C2C. Windows color (decimal): -13555409 or 3090737. OLE color: 3090737.

HSL color Cylindrical-coordinate representation of color #31292F: hue angle of 315º 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 #31292F is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 41 47 -
CMYK 0 0.16 0.04 0.81
HSL 315º 0.09% 0.18% -
HSV(B) 315º 0.16% 0.19% -
XYZ 2.57 2.44 3.03 -
YUV 44.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 49 41 47 0 0.16 0.04 0.81 315 0.09 0.18
Hex 31 29 2F 0 10 4 51 13B 9 12
Octal 61 51 57 0 20 4 121 473 11 22
Binary 110001 101001 101111 0 10000 100 1010001 100111011 1001 10010

Color Harmonies of #31292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31292F

Black with #31292F

Text Example


Text Example

White with #31292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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