#29200D

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

Shades of Black Magic #29200D

Tints of Black Magic #29200D

Color information

#29200D (or 0x29200D) is unknown color: approx Black Magic. HEX triplet: 29, 20 and 0D. RGB value is (41,32,13). Sum of RGB (Red+Green+Blue) = 41+32+13=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #29200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29200D is #D6DFF2. Grayscale: #202020. Windows color (decimal): -14082035 or 860201. OLE color: 860201.

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

Color convert

RGB413213-
CMYK00.220.680.84
HSL40.71º51.85%10.59%-
HSV(B)40.71º68.29%16.08%-
XYZ1.51.530.6-
YUV32.52116.98134.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=47.67%
G=37.21%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41321300.220.680.8440.7151.8510.59
Hex2920D01644542934b
Octal514015026104124516413
Binary1010011000001101010110100010010101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29200D; }

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

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

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

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

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

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

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

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