#29241C

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

Shades of Black Magic #29241C

Tints of Black Magic #29241C

Color information

#29241C (or 0x29241C) is unknown color: approx Black Magic. HEX triplet: 29, 24 and 1C. RGB value is (41,36,28). Sum of RGB (Red+Green+Blue) = 41+36+28=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #29241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29241C is #D6DBE3. Grayscale: #242424. Windows color (decimal): -14080996 or 1844265. OLE color: 1844265.

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

Color convert

RGB413628-
CMYK00.120.320.84
HSL36.92º18.84%13.53%-
HSV(B)36.92º31.71%16.08%-
XYZ1.751.821.36-
YUV36.58123.16131.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=39.05%
G=34.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41362800.120.320.8436.9218.8413.53
Hex29241C0C20542513e
Octal51443401440124452316
Binary10100110010011100011001000001010100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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