Html Css Color HEX #312B2F Melanzane

📋 copy color: '#312B2F'

red 49 ◦ green 43 ◦ blue 47

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

Shades of Melanzane #312B2F

Tints of Melanzane #312B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.94%

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

R = 35.25%
G = 30.94%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#312B2F (or 0x312B2F) is known color: Melanzane. HEX triplet: 31, 2B and 2F. RGB value is (49,43,47). Sum of RGB (Red+Green+Blue) = 49+43+47=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2F is #CED4D0. Grayscale: #2D2D2D. Windows color (decimal): -13554897 or 3091249. OLE color: 3091249.

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

Color convert

RGB 49 43 47 -
CMYK 0 0.12 0.04 0.81
HSL 320º 0.07% 0.18% -
HSV(B) 320º 0.12% 0.19% -
XYZ 2.64 2.59 3.05 -
YUV 45.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 49 43 47 0 0.12 0.04 0.81 320 0.07 0.18
Hex 31 2B 2F 0 C 4 51 140 7 12
Octal 61 53 57 0 14 4 121 500 7 22
Binary 110001 101011 101111 0 1100 100 1010001 101000000 111 10010

Color Harmonies of #312B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B2F

Black with #312B2F

Text Example


Text Example

White with #312B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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