Html Css Color HEX #31172C Melanzane

📋 copy color: '#31172C'

red 49 ◦ green 23 ◦ blue 44

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

Shades of Melanzane #31172C

Tints of Melanzane #31172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 44 (17.58% from 255) = 37.93%

R = 42.24%
G = 19.83%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#31172C (or 0x31172C) is known color: Melanzane. HEX triplet: 31, 17 and 2C. RGB value is (49,23,44). Sum of RGB (Red+Green+Blue) = 49+23+44=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172C is #CEE8D3. Grayscale: #212121. Windows color (decimal): -13560020 or 2889521. OLE color: 2889521.

HSL color Cylindrical-coordinate representation of color #31172C: hue angle of 311.54º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31172C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 44 -
CMYK 0 0.53 0.10 0.81
HSL 311.54º 0.36% 0.14% -
HSV(B) 311.54º 0.53% 0.19% -
XYZ 2.03 1.45 2.56 -
YUV 33.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 49 23 44 0 0.53 0.10 0.81 311.54 0.36 0.14
Hex 31 17 2C 0 35 A 51 138 24 E
Octal 61 27 54 0 65 12 121 470 44 16
Binary 110001 10111 101100 0 110101 1010 1010001 100111000 100100 1110

Color Harmonies of #31172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31172C

Black with #31172C

Text Example


Text Example

White with #31172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31172C; }

 p { color: rgb(49,23,44); }

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

background-color css

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

 a { background-color: rgb(49,23,44); }

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

border-color css

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

 span { border-color: rgb(49,23,44); }

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