Html Css Color HEX #332030 Melanzane

📋 copy color: '#332030'

red 51 ◦ green 32 ◦ blue 48

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

Shades of Melanzane #332030

Tints of Melanzane #332030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 48 (19.14% from 255) = 36.64%

R = 38.93%
G = 24.43%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#332030 (or 0x332030) is known color: Melanzane. HEX triplet: 33, 20 and 30. RGB value is (51,32,48). Sum of RGB (Red+Green+Blue) = 51+32+48=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #332030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332030 is #CCDFCF. Grayscale: #272727. Windows color (decimal): -13426640 or 3153971. OLE color: 3153971.

HSL color Cylindrical-coordinate representation of color #332030: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332030 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 32 48 -
CMYK 0 0.37 0.06 0.8
HSL 309.47º 0.23% 0.16% -
HSV(B) 309.47º 0.37% 0.2% -
XYZ 2.42 1.95 3.05 -
YUV 39.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 51 32 48 0 0.37 0.06 0.8 309.47 0.23 0.16
Hex 33 20 30 0 25 6 50 135 17 10
Octal 63 40 60 0 45 6 120 465 27 20
Binary 110011 100000 110000 0 100101 110 1010000 100110101 10111 10000

Color Harmonies of #332030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332030

Black with #332030

Text Example


Text Example

White with #332030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332030; }

 p { color: rgb(51,32,48); }

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

background-color css

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

 a { background-color: rgb(51,32,48); }

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

border-color css

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

 span { border-color: rgb(51,32,48); }

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