#29231C

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

Shades of Black Magic #29231C

Tints of Black Magic #29231C

Color information

#29231C (or 0x29231C) is unknown color: approx Black Magic. HEX triplet: 29, 23 and 1C. RGB value is (41,35,28). Sum of RGB (Red+Green+Blue) = 41+35+28=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29231C is #D6DCE3. Grayscale: #242424. Windows color (decimal): -14081252 or 1844009. OLE color: 1844009.

HSL color Cylindrical-coordinate representation of color #29231C: hue angle of 32.31º 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 #29231C is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB413528-
CMYK00.150.320.84
HSL32.31º18.84%13.53%-
HSV(B)32.31º31.71%16.08%-
XYZ1.731.761.35-
YUV36123.49131.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=39.42%
G=33.65%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41352800.150.320.8432.3118.8413.53
Hex29231C0F20542013e
Octal51433401740124402316
Binary10100110001111100011111000001010100100000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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