#330E2B

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

Shades of Melanzane #330E2B

Tints of Melanzane #330E2B

Color information

#330E2B (or 0x330E2B) is unknown color: approx Melanzane. HEX triplet: 33, 0E and 2B. RGB value is (51,14,43). Sum of RGB (Red+Green+Blue) = 51+14+43=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #330E2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330E2B is #CCF1D4. Grayscale: #1C1C1C. Windows color (decimal): -13431253 or 2821683. OLE color: 2821683.

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

Color convert

RGB511443-
CMYK00.730.160.8
HSL312.97º56.92%12.75%-
HSV(B)312.97º72.55%20%-
XYZ1.961.192.41-
YUV28.37136.26144.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=47.22%
G=12.96%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51144300.730.160.8312.9756.9212.75
Hex33E2B049105013939d
Octal6316530111201204717115
Binary1100111110101011010010011000010100001001110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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