Html Css Color HEX #331F2E Melanzane

📋 copy color: '#331F2E'

red 51 ◦ green 31 ◦ blue 46

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

Shades of Melanzane #331F2E

Tints of Melanzane #331F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.22%

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

R = 39.84%
G = 24.22%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#331F2E (or 0x331F2E) is known color: Melanzane. HEX triplet: 33, 1F and 2E. RGB value is (51,31,46). Sum of RGB (Red+Green+Blue) = 51+31+46=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2E is #CCE0D1. Grayscale: #262626. Windows color (decimal): -13426898 or 3022643. OLE color: 3022643.

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

Color convert

RGB 51 31 46 -
CMYK 0 0.39 0.10 0.8
HSL 315º 0.24% 0.16% -
HSV(B) 315º 0.39% 0.2% -
XYZ 2.35 1.88 2.82 -
YUV 38.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 51 31 46 0 0.39 0.10 0.8 315 0.24 0.16
Hex 33 1F 2E 0 27 A 50 13B 18 10
Octal 63 37 56 0 47 12 120 473 30 20
Binary 110011 11111 101110 0 100111 1010 1010000 100111011 11000 10000

Color Harmonies of #331F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F2E

Black with #331F2E

Text Example


Text Example

White with #331F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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