Html Css Color HEX #31212E Melanzane

📋 copy color: '#31212E'

red 49 ◦ green 33 ◦ blue 46

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

Shades of Melanzane #31212E

Tints of Melanzane #31212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.78%

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

R = 38.28%
G = 25.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31212E (or 0x31212E) is known color: Melanzane. HEX triplet: 31, 21 and 2E. RGB value is (49,33,46). Sum of RGB (Red+Green+Blue) = 49+33+46=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #31212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31212E is #CEDED1. Grayscale: #272727. Windows color (decimal): -13557458 or 3023153. OLE color: 3023153.

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

Color convert

RGB 49 33 46 -
CMYK 0 0.33 0.06 0.81
HSL 311.25º 0.2% 0.16% -
HSV(B) 311.25º 0.33% 0.19% -
XYZ 2.3 1.94 2.84 -
YUV 39.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 49 33 46 0 0.33 0.06 0.81 311.25 0.2 0.16
Hex 31 21 2E 0 21 6 51 137 14 10
Octal 61 41 56 0 41 6 121 467 24 20
Binary 110001 100001 101110 0 100001 110 1010001 100110111 10100 10000

Color Harmonies of #31212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31212E

Black with #31212E

Text Example


Text Example

White with #31212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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