#292213

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

Shades of Black Magic #292213

Tints of Black Magic #292213

Color information

#292213 (or 0x292213) is unknown color: approx Black Magic. HEX triplet: 29, 22 and 13. RGB value is (41,34,19). Sum of RGB (Red+Green+Blue) = 41+34+19=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #292213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292213 is #D6DDEC. Grayscale: #222222. Windows color (decimal): -14081517 or 1253929. OLE color: 1253929.

HSL color Cylindrical-coordinate representation of color #292213: hue angle of 40.91º 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 #292213 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB413419-
CMYK00.170.540.84
HSL40.91º36.67%11.76%-
HSV(B)40.91º53.66%16.08%-
XYZ1.61.660.85-
YUV34.38119.32132.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=43.62%
G=36.17%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41341900.170.540.8440.9136.6711.76
Hex29221301136542925c
Octal51422302166124514514
Binary1010011000101001101000111011010101001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292213; }

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

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

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

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

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

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

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

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