#292216

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

Shades of Black Magic #292216

Tints of Black Magic #292216

Color information

#292216 (or 0x292216) is unknown color: approx Black Magic. HEX triplet: 29, 22 and 16. RGB value is (41,34,22). Sum of RGB (Red+Green+Blue) = 41+34+22=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292216 is #D6DDE9. Grayscale: #222222. Windows color (decimal): -14081514 or 1450537. OLE color: 1450537.

HSL color Cylindrical-coordinate representation of color #292216: hue angle of 37.89º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #292216 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB413422-
CMYK00.170.460.84
HSL37.89º30.16%12.35%-
HSV(B)37.89º46.34%16.08%-
XYZ1.631.671-
YUV34.72120.82132.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 34 (13.67% from 255) = 35.05%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=42.27%
G=35.05%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41342200.170.460.8437.8930.1612.35
Hex2922160112E54261ec
Octal51422602156124463614
Binary101001100010101100100011011101010100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292216; }

 p { color: rgb(41,34,22); }

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

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

 a { background-color: rgb(41,34,22); }

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

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

 span { border-color: rgb(41,34,22); }

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