Html Css Color HEX #332A30 Melanzane

📋 copy color: '#332A30'

red 51 ◦ green 42 ◦ blue 48

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

Shades of Melanzane #332A30

Tints of Melanzane #332A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 29.79%

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

R = 36.17%
G = 29.79%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#332A30 (or 0x332A30) is known color: Melanzane. HEX triplet: 33, 2A and 30. RGB value is (51,42,48). Sum of RGB (Red+Green+Blue) = 51+42+48=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 51 - color contains mainly: red. Hex color #332A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A30 is #CCD5CF. Grayscale: #2D2D2D. Windows color (decimal): -13424080 or 3156531. OLE color: 3156531.

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

Color convert

RGB 51 42 48 -
CMYK 0 0.18 0.06 0.8
HSL 320º 0.1% 0.18% -
HSV(B) 320º 0.18% 0.2% -
XYZ 2.73 2.57 3.15 -
YUV 45.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 51 42 48 0 0.18 0.06 0.8 320 0.1 0.18
Hex 33 2A 30 0 12 6 50 140 A 12
Octal 63 52 60 0 22 6 120 500 12 22
Binary 110011 101010 110000 0 10010 110 1010000 101000000 1010 10010

Color Harmonies of #332A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A30

Black with #332A30

Text Example


Text Example

White with #332A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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