#330F2B

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

Shades of Melanzane #330F2B

Tints of Melanzane #330F2B

Color information

#330F2B (or 0x330F2B) is unknown color: approx Melanzane. HEX triplet: 33, 0F and 2B. RGB value is (51,15,43). Sum of RGB (Red+Green+Blue) = 51+15+43=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #330F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F2B is #CCF0D4. Grayscale: #1C1C1C. Windows color (decimal): -13430997 or 2821939. OLE color: 2821939.

HSL color Cylindrical-coordinate representation of color #330F2B: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #330F2B is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB511543-
CMYK00.710.160.8
HSL313.33º54.55%12.94%-
HSV(B)313.33º70.59%20%-
XYZ1.971.222.42-
YUV28.96135.93143.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 43 (17.19% from 255) = 39.45%
R=46.79%
G=13.76%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51154300.710.160.8313.3354.5512.94
Hex33F2B047105013937d
Octal6317530107201204716715
Binary1100111111101011010001111000010100001001110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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