#29261F

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

Shades of Black Magic #29261F

Tints of Black Magic #29261F

Color information

#29261F (or 0x29261F) is unknown color: approx Black Magic. HEX triplet: 29, 26 and 1F. RGB value is (41,38,31). Sum of RGB (Red+Green+Blue) = 41+38+31=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #29261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29261F is #D6D9E0. Grayscale: #262626. Windows color (decimal): -14080481 or 2041385. OLE color: 2041385.

HSL color Cylindrical-coordinate representation of color #29261F: hue angle of 42º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29261F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB413831-
CMYK00.070.240.84
HSL42º13.89%14.12%-
HSV(B)42º24.39%16.08%-
XYZ1.851.961.58-
YUV38.1123.99130.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=37.27%
G=34.55%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41383100.070.240.844213.8914.12
Hex29261F0718542aee
Octal5146370730124521616
Binary10100110011011111011111000101010010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29261F; }

 p { color: rgb(41,38,31); }

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

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

 a { background-color: rgb(41,38,31); }

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

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

 span { border-color: rgb(41,38,31); }

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