Html Css Color HEX #31172B Melanzane

📋 copy color: '#31172B'

red 49 ◦ green 23 ◦ blue 43

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

Shades of Melanzane #31172B

Tints of Melanzane #31172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 37.39%

R = 42.61%
G = 20%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#31172B (or 0x31172B) is known color: Melanzane. HEX triplet: 31, 17 and 2B. RGB value is (49,23,43). Sum of RGB (Red+Green+Blue) = 49+23+43=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31172B is #CEE8D4. Grayscale: #212121. Windows color (decimal): -13560021 or 2823985. OLE color: 2823985.

HSL color Cylindrical-coordinate representation of color #31172B: hue angle of 313.85º 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 #31172B is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 23 43 -
CMYK 0 0.53 0.12 0.81
HSL 313.85º 0.36% 0.14% -
HSV(B) 313.85º 0.53% 0.19% -
XYZ 2.01 1.44 2.46 -
YUV 33.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 49 23 43 0 0.53 0.12 0.81 313.85 0.36 0.14
Hex 31 17 2B 0 35 C 51 13A 24 E
Octal 61 27 53 0 65 14 121 472 44 16
Binary 110001 10111 101011 0 110101 1100 1010001 100111010 100100 1110

Color Harmonies of #31172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31172B

Black with #31172B

Text Example


Text Example

White with #31172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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