#292218

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

Shades of Black Magic #292218

Tints of Black Magic #292218

Color information

#292218 (or 0x292218) is unknown color: approx Black Magic. HEX triplet: 29, 22 and 18. RGB value is (41,34,24). Sum of RGB (Red+Green+Blue) = 41+34+24=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #292218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292218 is #D6DDE7. Grayscale: #232323. Windows color (decimal): -14081512 or 1581609. OLE color: 1581609.

HSL color Cylindrical-coordinate representation of color #292218: hue angle of 35.29º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #292218 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB413424-
CMYK00.170.410.84
HSL35.29º26.15%12.75%-
HSV(B)35.29º41.46%16.08%-
XYZ1.651.681.1-
YUV34.95121.82132.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=41.41%
G=34.34%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41342400.170.410.8435.2926.1512.75
Hex2922180112954231ad
Octal51423002151124433215
Binary101001100010110000100011010011010100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292218; }

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

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

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

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

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

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

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

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