#292318

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

Shades of Black Magic #292318

Tints of Black Magic #292318

Color information

#292318 (or 0x292318) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 18. RGB value is (41,35,24). Sum of RGB (Red+Green+Blue) = 41+35+24=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #292318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292318 is #D6DCE7. Grayscale: #232323. Windows color (decimal): -14081256 or 1581865. OLE color: 1581865.

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

Color convert

RGB413524-
CMYK00.150.410.84
HSL38.82º26.15%12.75%-
HSV(B)38.82º41.46%16.08%-
XYZ1.681.741.11-
YUV35.54121.49131.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 24 (9.77% from 255) = 24%
R=41%
G=35%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352400.150.410.8438.8226.1512.75
Hex2923180F2954271ad
Octal51433001751124473215
Binary10100110001111000011111010011010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292318; }

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

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

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

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

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

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

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

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