#221B0E

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

Shades of Black Magic #221B0E

Tints of Black Magic #221B0E

Color information

#221B0E (or 0x221B0E) is unknown color: approx Black Magic. HEX triplet: 22, 1B and 0E. RGB value is (34,27,14). Sum of RGB (Red+Green+Blue) = 34+27+14=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #221B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B0E is #DDE4F1. Grayscale: #1B1B1B. Windows color (decimal): -14542066 or 924450. OLE color: 924450.

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

Color convert

RGB342714-
CMYK00.210.590.87
HSL39º41.67%9.41%-
HSV(B)39º58.82%13.33%-
XYZ1.131.160.58-
YUV27.61120.32132.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 27 (10.94% from 255) = 36%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=45.33%
G=36%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34271400.210.590.873941.679.41
Hex221BE0153B57272a9
Octal42331602573127475211
Binary10001011011111001010111101110101111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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