#221B10

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

Shades of Black Magic #221B10

Tints of Black Magic #221B10

Color information

#221B10 (or 0x221B10) is unknown color: approx Black Magic. HEX triplet: 22, 1B and 10. RGB value is (34,27,16). Sum of RGB (Red+Green+Blue) = 34+27+16=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B10 is #DDE4EF. Grayscale: #1B1B1B. Windows color (decimal): -14542064 or 1055522. OLE color: 1055522.

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

Color convert

RGB342716-
CMYK00.210.530.87
HSL36.67º36%9.8%-
HSV(B)36.67º52.94%13.33%-
XYZ1.151.160.65-
YUV27.84121.32132.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.16%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=44.16%
G=35.06%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34271600.210.530.8736.67369.8
Hex221B1001535572524a
Octal42332002565127454412
Binary100010110111000001010111010110101111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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