Html Css Color HEX #331F2B Melanzane

📋 copy color: '#331F2B'

red 51 ◦ green 31 ◦ blue 43

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

Shades of Melanzane #331F2B

Tints of Melanzane #331F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.4%

R = 40.8%
G = 24.8%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#331F2B (or 0x331F2B) is known color: Melanzane. HEX triplet: 33, 1F and 2B. RGB value is (51,31,43). Sum of RGB (Red+Green+Blue) = 51+31+43=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2B is #CCE0D4. Grayscale: #262626. Windows color (decimal): -13426901 or 2826035. OLE color: 2826035.

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

Color convert

RGB 51 31 43 -
CMYK 0 0.39 0.16 0.8
HSL 324º 0.24% 0.16% -
HSV(B) 324º 0.39% 0.2% -
XYZ 2.29 1.86 2.52 -
YUV 38.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 51 31 43 0 0.39 0.16 0.8 324 0.24 0.16
Hex 33 1F 2B 0 27 10 50 144 18 10
Octal 63 37 53 0 47 20 120 504 30 20
Binary 110011 11111 101011 0 100111 10000 1010000 101000100 11000 10000

Color Harmonies of #331F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331F2B

Black with #331F2B

Text Example


Text Example

White with #331F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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