#292014

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

Shades of Black Magic #292014

Tints of Black Magic #292014

Color information

#292014 (or 0x292014) is unknown color: approx Black Magic. HEX triplet: 29, 20 and 14. RGB value is (41,32,20). Sum of RGB (Red+Green+Blue) = 41+32+20=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #292014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292014 is #D6DFEB. Grayscale: #212121. Windows color (decimal): -14082028 or 1318953. OLE color: 1318953.

HSL color Cylindrical-coordinate representation of color #292014: hue angle of 34.29º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292014 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB413220-
CMYK00.220.510.84
HSL34.29º34.43%11.96%-
HSV(B)34.29º51.22%16.08%-
XYZ1.561.550.88-
YUV33.32120.48133.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=44.09%
G=34.41%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41322000.220.510.8434.2934.4311.96
Hex29201401633542222c
Octal51402402663124424214
Binary1010011000001010001011011001110101001000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292014; }

 p { color: rgb(41,32,20); }

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

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

 a { background-color: rgb(41,32,20); }

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

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

 span { border-color: rgb(41,32,20); }

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