#29241B

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

Shades of Black Magic #29241B

Tints of Black Magic #29241B

Color information

#29241B (or 0x29241B) is unknown color: approx Black Magic. HEX triplet: 29, 24 and 1B. RGB value is (41,36,27). Sum of RGB (Red+Green+Blue) = 41+36+27=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29241B is #D6DBE4. Grayscale: #242424. Windows color (decimal): -14080997 or 1778729. OLE color: 1778729.

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

Color convert

RGB413627-
CMYK00.120.340.84
HSL38.57º20.59%13.33%-
HSV(B)38.57º34.15%16.08%-
XYZ1.741.811.29-
YUV36.47122.66131.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=39.42%
G=34.62%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41362700.120.340.8438.5720.5913.33
Hex29241B0C22542715d
Octal51443301442124472515
Binary10100110010011011011001000101010100100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29241B; }

 p { color: rgb(41,36,27); }

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

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

 a { background-color: rgb(41,36,27); }

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

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

 span { border-color: rgb(41,36,27); }

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