#292316

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

Shades of Black Magic #292316

Tints of Black Magic #292316

Color information

#292316 (or 0x292316) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 16. RGB value is (41,35,22). Sum of RGB (Red+Green+Blue) = 41+35+22=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #292316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292316 is #D6DCE9. Grayscale: #232323. Windows color (decimal): -14081258 or 1450793. OLE color: 1450793.

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

Color convert

RGB413522-
CMYK00.150.460.84
HSL41.05º30.16%12.35%-
HSV(B)41.05º46.34%16.08%-
XYZ1.661.731.01-
YUV35.31120.49132.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=41.84%
G=35.71%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352200.150.460.8441.0530.1612.35
Hex2923160F2E54291ec
Octal51432601756124513614
Binary10100110001110110011111011101010100101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292316; }

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

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

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

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

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

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

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

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