Html Css Color HEX #331C2F Melanzane

📋 copy color: '#331C2F'

red 51 ◦ green 28 ◦ blue 47

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

Shades of Melanzane #331C2F

Tints of Melanzane #331C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 40.48%
G = 22.22%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.8

RGB Variations

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

Color information

#331C2F (or 0x331C2F) is known color: Melanzane. HEX triplet: 33, 1C and 2F. RGB value is (51,28,47). Sum of RGB (Red+Green+Blue) = 51+28+47=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #331C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331C2F is #CCE3D0. Grayscale: #242424. Windows color (decimal): -13427665 or 3087411. OLE color: 3087411.

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

Color convert

RGB 51 28 47 -
CMYK 0 0.45 0.08 0.8
HSL 310.43º 0.29% 0.15% -
HSV(B) 310.43º 0.45% 0.2% -
XYZ 2.29 1.74 2.9 -
YUV 37.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 51 28 47 0 0.45 0.08 0.8 310.43 0.29 0.15
Hex 33 1C 2F 0 2D 8 50 136 1D F
Octal 63 34 57 0 55 10 120 466 35 17
Binary 110011 11100 101111 0 101101 1000 1010000 100110110 11101 1111

Color Harmonies of #331C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331C2F

Black with #331C2F

Text Example


Text Example

White with #331C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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