#292116

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

Shades of Black Magic #292116

Tints of Black Magic #292116

Color information

#292116 (or 0x292116) is unknown color: approx Black Magic. HEX triplet: 29, 21 and 16. RGB value is (41,33,22). Sum of RGB (Red+Green+Blue) = 41+33+22=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #292116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292116 is #D6DEE9. Grayscale: #222222. Windows color (decimal): -14081770 or 1450281. OLE color: 1450281.

HSL color Cylindrical-coordinate representation of color #292116: hue angle of 34.74º 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 #292116 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB413322-
CMYK00.200.460.84
HSL34.74º30.16%12.35%-
HSV(B)34.74º46.34%16.08%-
XYZ1.61.620.99-
YUV34.14121.15132.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=42.71%
G=34.38%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41332200.200.460.8434.7430.1612.35
Hex2921160142E54231ec
Octal51412602456124433614
Binary101001100001101100101001011101010100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292116; }

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

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

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

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

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

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

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

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