#220F1B

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

Shades of Melanzane #220F1B

Tints of Melanzane #220F1B

Color information

#220F1B (or 0x220F1B) is unknown color: approx Melanzane. HEX triplet: 22, 0F and 1B. RGB value is (34,15,27). Sum of RGB (Red+Green+Blue) = 34+15+27=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #220F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F1B is #DDF0E4. Grayscale: #161616. Windows color (decimal): -14545125 or 1773346. OLE color: 1773346.

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

Color convert

RGB341527-
CMYK00.560.210.87
HSL322.11º38.78%9.61%-
HSV(B)322.11º55.88%13.33%-
XYZ1.030.761.13-
YUV22.05130.79136.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=44.74%
G=19.74%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34152700.560.210.87322.1138.789.61
Hex22F1B038155714227a
Octal421733070251275024712
Binary10001011111101101110001010110101111010000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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