#292010

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

Shades of Black Magic #292010

Tints of Black Magic #292010

Color information

#292010 (or 0x292010) is unknown color: approx Black Magic. HEX triplet: 29, 20 and 10. RGB value is (41,32,16). Sum of RGB (Red+Green+Blue) = 41+32+16=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #292010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292010 is #D6DFEF. Grayscale: #202020. Windows color (decimal): -14082032 or 1056809. OLE color: 1056809.

HSL color Cylindrical-coordinate representation of color #292010: hue angle of 38.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #292010 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB413216-
CMYK00.220.610.84
HSL38.4º43.86%11.18%-
HSV(B)38.4º60.98%16.08%-
XYZ1.521.540.71-
YUV32.87118.48133.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=46.07%
G=35.96%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41321600.220.610.8438.443.8611.18
Hex2920100163D54262cb
Octal51402002675124465413
Binary1010011000001000001011011110110101001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292010; }

 p { color: rgb(41,32,16); }

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

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

 a { background-color: rgb(41,32,16); }

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

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

 span { border-color: rgb(41,32,16); }

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