#220F1C

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

Shades of Melanzane #220F1C

Tints of Melanzane #220F1C

Color information

#220F1C (or 0x220F1C) is unknown color: approx Melanzane. HEX triplet: 22, 0F and 1C. RGB value is (34,15,28). Sum of RGB (Red+Green+Blue) = 34+15+28=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #220F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F1C is #DDF0E3. Grayscale: #161616. Windows color (decimal): -14545124 or 1838882. OLE color: 1838882.

HSL color Cylindrical-coordinate representation of color #220F1C: hue angle of 318.95º 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 #220F1C is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB341528-
CMYK00.560.180.87
HSL318.95º38.78%9.61%-
HSV(B)318.95º55.88%13.33%-
XYZ1.040.771.19-
YUV22.16131.29136.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=44.16%
G=19.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34152800.560.180.87318.9538.789.61
Hex22F1C038125713f27a
Octal421734070221274774712
Binary10001011111110001110001001010101111001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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