#220C1B

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

Shades of Melanzane #220C1B

Tints of Melanzane #220C1B

Color information

#220C1B (or 0x220C1B) is unknown color: approx Melanzane. HEX triplet: 22, 0C and 1B. RGB value is (34,12,27). Sum of RGB (Red+Green+Blue) = 34+12+27=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C1B is #DDF3E4. Grayscale: #141414. Windows color (decimal): -14545893 or 1772578. OLE color: 1772578.

HSL color Cylindrical-coordinate representation of color #220C1B: hue angle of 319.09º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C1B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB341227-
CMYK00.650.210.87
HSL319.09º47.83%9.02%-
HSV(B)319.09º64.71%13.33%-
XYZ0.990.681.12-
YUV20.29131.79137.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 12 (5.08% from 255) = 16.44%
BLUE value IS 27 (10.94% from 255) = 36.99%
R=46.58%
G=16.44%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34122700.650.210.87319.0947.839.02
Hex22C1B041155713f309
Octal4214330101251274776011
Binary100010110011011010000011010110101111001111111100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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