Html Css Color HEX #331E2E Melanzane

📋 copy color: '#331E2E'

red 51 ◦ green 30 ◦ blue 46

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

Shades of Melanzane #331E2E

Tints of Melanzane #331E2E

RGB

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

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

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

R = 40.16%
G = 23.62%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#331E2E (or 0x331E2E) is known color: Melanzane. HEX triplet: 33, 1E and 2E. RGB value is (51,30,46). Sum of RGB (Red+Green+Blue) = 51+30+46=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E2E is #CCE1D1. Grayscale: #262626. Windows color (decimal): -13427154 or 3022387. OLE color: 3022387.

HSL color Cylindrical-coordinate representation of color #331E2E: hue angle of 314.29º 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 #331E2E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 46 -
CMYK 0 0.41 0.10 0.8
HSL 314.29º 0.26% 0.16% -
HSV(B) 314.29º 0.41% 0.2% -
XYZ 2.32 1.83 2.82 -
YUV 38.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 51 30 46 0 0.41 0.10 0.8 314.29 0.26 0.16
Hex 33 1E 2E 0 29 A 50 13A 1A 10
Octal 63 36 56 0 51 12 120 472 32 20
Binary 110011 11110 101110 0 101001 1010 1010000 100111010 11010 10000

Color Harmonies of #331E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E2E

Black with #331E2E

Text Example


Text Example

White with #331E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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