#292113

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

Shades of Black Magic #292113

Tints of Black Magic #292113

Color information

#292113 (or 0x292113) is unknown color: approx Black Magic. HEX triplet: 29, 21 and 13. RGB value is (41,33,19). Sum of RGB (Red+Green+Blue) = 41+33+19=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #292113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292113 is #D6DEEC. Grayscale: #212121. Windows color (decimal): -14081773 or 1253673. OLE color: 1253673.

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

Color convert

RGB413319-
CMYK00.200.540.84
HSL38.18º36.67%11.76%-
HSV(B)38.18º53.66%16.08%-
XYZ1.581.610.84-
YUV33.8119.65133.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=44.09%
G=35.48%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41331900.200.540.8438.1836.6711.76
Hex29211301436542625c
Octal51412302466124464514
Binary1010011000011001101010011011010101001001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292113; }

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

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

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

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

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

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

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

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