#221C12

Color #221C12 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #221C12

Tints of Black Magic #221C12

Color information

#221C12 (or 0x221C12) is unknown color: approx Black Magic. HEX triplet: 22, 1C and 12. RGB value is (34,28,18). Sum of RGB (Red+Green+Blue) = 34+28+18=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C12 is #DDE3ED. Grayscale: #1C1C1C. Windows color (decimal): -14541806 or 1186850. OLE color: 1186850.

HSL color Cylindrical-coordinate representation of color #221C12: hue angle of 37.5º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221C12 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB342818-
CMYK00.180.470.87
HSL37.5º30.77%10.2%-
HSV(B)37.5º47.06%13.33%-
XYZ1.181.210.74-
YUV28.65121.99131.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 42.5%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=42.5%
G=35%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34281800.180.470.8737.530.7710.2
Hex221C120122F57251fa
Octal42342202257127453712
Binary10001011100100100100101011111010111100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221C12; }

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

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

<style>
 a { background-color: #221C12; }

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

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

<style>
 span { border-color: #221C12; }

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

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