#292317

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

Shades of Black Magic #292317

Tints of Black Magic #292317

Color information

#292317 (or 0x292317) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 17. RGB value is (41,35,23). Sum of RGB (Red+Green+Blue) = 41+35+23=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 41 - color contains mainly: red. Hex color #292317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292317 is #D6DCE8. Grayscale: #232323. Windows color (decimal): -14081257 or 1516329. OLE color: 1516329.

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

Color convert

RGB413523-
CMYK00.150.440.84
HSL40º28.13%12.55%-
HSV(B)40º43.9%16.08%-
XYZ1.671.741.06-
YUV35.43120.99131.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=41.41%
G=35.35%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352300.150.440.844028.1312.55
Hex2923170F2C54281cd
Octal51432701754124503415
Binary10100110001110111011111011001010100101000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292317; }

 p { color: rgb(41,35,23); }

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

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

 a { background-color: rgb(41,35,23); }

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

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

 span { border-color: rgb(41,35,23); }

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