Html Css Color HEX #311228 Melanzane

📋 copy color: '#311228'

red 49 ◦ green 18 ◦ blue 40

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

Shades of Melanzane #311228

Tints of Melanzane #311228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

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

R = 45.79%
G = 16.82%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#311228 (or 0x311228) is known color: Melanzane. HEX triplet: 31, 12 and 28. RGB value is (49,18,40). Sum of RGB (Red+Green+Blue) = 49+18+40=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311228 is #CEEDD7. Grayscale: #1D1D1D. Windows color (decimal): -13561304 or 2626097. OLE color: 2626097.

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

Color convert

RGB 49 18 40 -
CMYK 0 0.63 0.18 0.81
HSL 317.42º 0.46% 0.13% -
HSV(B) 317.42º 0.63% 0.19% -
XYZ 1.87 1.24 2.15 -
YUV 29.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 49 18 40 0 0.63 0.18 0.81 317.42 0.46 0.13
Hex 31 12 28 0 3F 12 51 13D 2E D
Octal 61 22 50 0 77 22 121 475 56 15
Binary 110001 10010 101000 0 111111 10010 1010001 100111101 101110 1101

Color Harmonies of #311228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311228

Black with #311228

Text Example


Text Example

White with #311228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311228; }

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

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

background-color css

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

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

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

border-color css

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

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

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