#332830

Color #332830 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #332830

Tints of Melanzane #332830

Color information

#332830 (or 0x332830) is unknown color: approx Melanzane. HEX triplet: 33, 28 and 30. RGB value is (51,40,48). Sum of RGB (Red+Green+Blue) = 51+40+48=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332830 is #CCD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13424592 or 3156019. OLE color: 3156019.

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

Color convert

RGB514048-
CMYK00.220.060.8
HSL316.36º12.09%17.84%-
HSV(B)316.36º21.57%20%-
XYZ2.662.433.13-
YUV44.2130.14132.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 40 (16.02% from 255) = 28.78%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=36.69%
G=28.78%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51404800.220.060.8316.3612.0917.84
Hex33283001665013cc12
Octal63506002661204741422
Binary1100111010001100000101101101010000100111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332830; }

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

 H1.HeaderClassName
 {
   color: #332830;
 }
 .AnyTagClassName
 {
   color: #332830;
 }
</style>
background-color css

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

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

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

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

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

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