Html Css Color HEX #311828 Melanzane

📋 copy color: '#311828'

red 49 ◦ green 24 ◦ blue 40

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

Shades of Melanzane #311828

Tints of Melanzane #311828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 40 (16.02% from 255) = 35.4%

R = 43.36%
G = 21.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#311828 (or 0x311828) is known color: Melanzane. HEX triplet: 31, 18 and 28. RGB value is (49,24,40). Sum of RGB (Red+Green+Blue) = 49+24+40=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311828 is #CEE7D7. Grayscale: #212121. Windows color (decimal): -13559768 or 2627633. OLE color: 2627633.

HSL color Cylindrical-coordinate representation of color #311828: hue angle of 321.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311828 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 24 40 -
CMYK 0 0.51 0.18 0.81
HSL 321.6º 0.34% 0.14% -
HSV(B) 321.6º 0.51% 0.19% -
XYZ 1.98 1.46 2.19 -
YUV 33.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 49 24 40 0 0.51 0.18 0.81 321.6 0.34 0.14
Hex 31 18 28 0 33 12 51 142 22 E
Octal 61 30 50 0 63 22 121 502 42 16
Binary 110001 11000 101000 0 110011 10010 1010001 101000010 100010 1110

Color Harmonies of #311828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311828

Black with #311828

Text Example


Text Example

White with #311828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311828; }

 p { color: rgb(49,24,40); }

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

background-color css

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

 a { background-color: rgb(49,24,40); }

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

border-color css

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

 span { border-color: rgb(49,24,40); }

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