Html Css Color HEX #31232E Melanzane

📋 copy color: '#31232E'

red 49 ◦ green 35 ◦ blue 46

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

Shades of Melanzane #31232E

Tints of Melanzane #31232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

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

R = 37.69%
G = 26.92%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31232E (or 0x31232E) is known color: Melanzane. HEX triplet: 31, 23 and 2E. RGB value is (49,35,46). Sum of RGB (Red+Green+Blue) = 49+35+46=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #31232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31232E is #CEDCD1. Grayscale: #282828. Windows color (decimal): -13556946 or 3023665. OLE color: 3023665.

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

Color convert

RGB 49 35 46 -
CMYK 0 0.29 0.06 0.81
HSL 312.86º 0.17% 0.16% -
HSV(B) 312.86º 0.29% 0.19% -
XYZ 2.36 2.05 2.86 -
YUV 40.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 49 35 46 0 0.29 0.06 0.81 312.86 0.17 0.16
Hex 31 23 2E 0 1D 6 51 139 11 10
Octal 61 43 56 0 35 6 121 471 21 20
Binary 110001 100011 101110 0 11101 110 1010001 100111001 10001 10000

Color Harmonies of #31232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31232E

Black with #31232E

Text Example


Text Example

White with #31232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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