#221A0D

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

Shades of Black Magic #221A0D

Tints of Black Magic #221A0D

Color information

#221A0D (or 0x221A0D) is unknown color: approx Black Magic. HEX triplet: 22, 1A and 0D. RGB value is (34,26,13). Sum of RGB (Red+Green+Blue) = 34+26+13=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221A0D is #DDE5F2. Grayscale: #1A1A1A. Windows color (decimal): -14542323 or 858658. OLE color: 858658.

HSL color Cylindrical-coordinate representation of color #221A0D: hue angle of 37.14º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221A0D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.87.

Color convert

RGB342613-
CMYK00.240.620.87
HSL37.14º44.68%9.22%-
HSV(B)37.14º61.76%13.33%-
XYZ1.11.110.54-
YUV26.91120.15133.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 26 (10.55% from 255) = 35.62%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=46.58%
G=35.62%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34261300.240.620.8737.1444.689.22
Hex221AD0183E57252d9
Octal42321503076127455511
Binary10001011010110101100011111010101111001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,13); }

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

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

 a { background-color: rgb(34,26,13); }

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

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

 span { border-color: rgb(34,26,13); }

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