#29210F

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

Shades of Black Magic #29210F

Tints of Black Magic #29210F

Color information

#29210F (or 0x29210F) is unknown color: approx Black Magic. HEX triplet: 29, 21 and 0F. RGB value is (41,33,15). Sum of RGB (Red+Green+Blue) = 41+33+15=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 41 - color contains mainly: red. Hex color #29210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29210F is #D6DEF0. Grayscale: #212121. Windows color (decimal): -14081777 or 991529. OLE color: 991529.

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

Color convert

RGB413315-
CMYK00.200.630.84
HSL41.54º46.43%10.98%-
HSV(B)41.54º63.41%16.08%-
XYZ1.541.590.68-
YUV33.34117.65133.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.07%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=46.07%
G=37.08%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41331500.200.630.8441.5446.4310.98
Hex2921F0143F542a2eb
Octal51411702477124525613
Binary101001100001111101010011111110101001010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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