Html Css Color HEX #332130 Melanzane

📋 copy color: '#332130'

red 51 ◦ green 33 ◦ blue 48

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

Shades of Melanzane #332130

Tints of Melanzane #332130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 38.64%
G = 25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#332130 (or 0x332130) is known color: Melanzane. HEX triplet: 33, 21 and 30. RGB value is (51,33,48). Sum of RGB (Red+Green+Blue) = 51+33+48=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #332130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332130 is #CCDECF. Grayscale: #282828. Windows color (decimal): -13426384 or 3154227. OLE color: 3154227.

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

Color convert

RGB 51 33 48 -
CMYK 0 0.35 0.06 0.8
HSL 310º 0.21% 0.16% -
HSV(B) 310º 0.35% 0.2% -
XYZ 2.44 2 3.05 -
YUV 40.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 51 33 48 0 0.35 0.06 0.8 310 0.21 0.16
Hex 33 21 30 0 23 6 50 136 15 10
Octal 63 41 60 0 43 6 120 466 25 20
Binary 110011 100001 110000 0 100011 110 1010000 100110110 10101 10000

Color Harmonies of #332130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332130

Black with #332130

Text Example


Text Example

White with #332130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332130; }

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

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

background-color css

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

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

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

border-color css

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

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

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