Html Css Color HEX #31272E Melanzane

📋 copy color: '#31272E'

red 49 ◦ green 39 ◦ blue 46

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

Shades of Melanzane #31272E

Tints of Melanzane #31272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.1%

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 36.57%
G = 29.1%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31272E (or 0x31272E) is known color: Melanzane. HEX triplet: 31, 27 and 2E. RGB value is (49,39,46). Sum of RGB (Red+Green+Blue) = 49+39+46=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #31272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31272E is #CED8D1. Grayscale: #2A2A2A. Windows color (decimal): -13555922 or 3024689. OLE color: 3024689.

HSL color Cylindrical-coordinate representation of color #31272E: hue angle of 318º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31272E is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 39 46 -
CMYK 0 0.20 0.06 0.81
HSL 318º 0.11% 0.17% -
HSV(B) 318º 0.2% 0.19% -
XYZ 2.49 2.3 2.9 -
YUV 42.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 49 39 46 0 0.20 0.06 0.81 318 0.11 0.17
Hex 31 27 2E 0 14 6 51 13E B 11
Octal 61 47 56 0 24 6 121 476 13 21
Binary 110001 100111 101110 0 10100 110 1010001 100111110 1011 10001

Color Harmonies of #31272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31272E

Black with #31272E

Text Example


Text Example

White with #31272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31272E; }

 p { color: rgb(49,39,46); }

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

background-color css

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

 a { background-color: rgb(49,39,46); }

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

border-color css

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

 span { border-color: rgb(49,39,46); }

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