#220F1E

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

Shades of Melanzane #220F1E

Tints of Melanzane #220F1E

Color information

#220F1E (or 0x220F1E) is unknown color: approx Melanzane. HEX triplet: 22, 0F and 1E. RGB value is (34,15,30). Sum of RGB (Red+Green+Blue) = 34+15+30=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 34 - color contains mainly: red. Hex color #220F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F1E is #DDF0E1. Grayscale: #161616. Windows color (decimal): -14545122 or 1969954. OLE color: 1969954.

HSL color Cylindrical-coordinate representation of color #220F1E: hue angle of 312.63º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #220F1E is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB341530-
CMYK00.560.120.87
HSL312.63º38.78%9.61%-
HSV(B)312.63º55.88%13.33%-
XYZ1.060.781.32-
YUV22.39132.29136.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.04%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 30 (12.11% from 255) = 37.97%
R=43.04%
G=18.99%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34153000.560.120.87312.6338.789.61
Hex22F1E038C5713927a
Octal421736070141274714712
Binary1000101111111100111000110010101111001110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220F1E; }

 p { color: rgb(34,15,30); }

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

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

 a { background-color: rgb(34,15,30); }

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

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

 span { border-color: rgb(34,15,30); }

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