Html Css Color HEX #331E2F Melanzane

📋 copy color: '#331E2F'

red 51 ◦ green 30 ◦ blue 47

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

Shades of Melanzane #331E2F

Tints of Melanzane #331E2F

RGB

 RED value IS 51 (20.31% from 255) = 39.84%

 GREEN value IS 30 (12.11% from 255) = 23.44%

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 39.84%
G = 23.44%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#331E2F (or 0x331E2F) is known color: Melanzane. HEX triplet: 33, 1E and 2F. RGB value is (51,30,47). Sum of RGB (Red+Green+Blue) = 51+30+47=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #331E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E2F is #CCE1D0. Grayscale: #262626. Windows color (decimal): -13427153 or 3087923. OLE color: 3087923.

HSL color Cylindrical-coordinate representation of color #331E2F: hue angle of 311.43º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E2F is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 47 -
CMYK 0 0.41 0.08 0.8
HSL 311.43º 0.26% 0.16% -
HSV(B) 311.43º 0.41% 0.2% -
XYZ 2.34 1.84 2.92 -
YUV 38.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 51 30 47 0 0.41 0.08 0.8 311.43 0.26 0.16
Hex 33 1E 2F 0 29 8 50 137 1A 10
Octal 63 36 57 0 51 10 120 467 32 20
Binary 110011 11110 101111 0 101001 1000 1010000 100110111 11010 10000

Color Harmonies of #331E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E2F

Black with #331E2F

Text Example


Text Example

White with #331E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E2F; }

 p { color: rgb(51,30,47); }

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

background-color css

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

 a { background-color: rgb(51,30,47); }

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

border-color css

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

 span { border-color: rgb(51,30,47); }

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