#221B0F

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

Shades of Black Magic #221B0F

Tints of Black Magic #221B0F

Color information

#221B0F (or 0x221B0F) is unknown color: approx Black Magic. HEX triplet: 22, 1B and 0F. RGB value is (34,27,15). Sum of RGB (Red+Green+Blue) = 34+27+15=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B0F is #DDE4F0. Grayscale: #1B1B1B. Windows color (decimal): -14542065 or 989986. OLE color: 989986.

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

Color convert

RGB342715-
CMYK00.210.560.87
HSL37.89º38.78%9.61%-
HSV(B)37.89º55.88%13.33%-
XYZ1.141.160.62-
YUV27.72120.82132.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=44.74%
G=35.53%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34271500.210.560.8737.8938.789.61
Hex221BF01538572627a
Octal42331702570127464712
Binary10001011011111101010111100010101111001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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