#292013

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

Shades of Black Magic #292013

Tints of Black Magic #292013

Color information

#292013 (or 0x292013) is unknown color: approx Black Magic. HEX triplet: 29, 20 and 13. RGB value is (41,32,19). Sum of RGB (Red+Green+Blue) = 41+32+19=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #292013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292013 is #D6DFEC. Grayscale: #212121. Windows color (decimal): -14082029 or 1253417. OLE color: 1253417.

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

Color convert

RGB413219-
CMYK00.220.540.84
HSL35.45º36.67%11.76%-
HSV(B)35.45º53.66%16.08%-
XYZ1.551.550.83-
YUV33.21119.98133.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=44.57%
G=34.78%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41321900.220.540.8435.4536.6711.76
Hex29201301636542325c
Octal51402302666124434514
Binary1010011000001001101011011011010101001000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292013; }

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

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

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

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

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

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

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

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