#29200F

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

Shades of Black Magic #29200F

Tints of Black Magic #29200F

Color information

#29200F (or 0x29200F) is unknown color: approx Black Magic. HEX triplet: 29, 20 and 0F. RGB value is (41,32,15). Sum of RGB (Red+Green+Blue) = 41+32+15=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #29200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29200F is #D6DFF0. Grayscale: #202020. Windows color (decimal): -14082033 or 991273. OLE color: 991273.

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

Color convert

RGB413215-
CMYK00.220.630.84
HSL39.23º46.43%10.98%-
HSV(B)39.23º63.41%16.08%-
XYZ1.521.540.67-
YUV32.75117.98133.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=46.59%
G=36.36%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41321500.220.630.8439.2346.4310.98
Hex2920F0163F54272eb
Octal51401702677124475613
Binary101001100000111101011011111110101001001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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