#29251D

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

Shades of Black Magic #29251D

Tints of Black Magic #29251D

Color information

#29251D (or 0x29251D) is unknown color: approx Black Magic. HEX triplet: 29, 25 and 1D. RGB value is (41,37,29). Sum of RGB (Red+Green+Blue) = 41+37+29=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 41 - color contains mainly: red. Hex color #29251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29251D is #D6DAE2. Grayscale: #252525. Windows color (decimal): -14080739 or 1910057. OLE color: 1910057.

HSL color Cylindrical-coordinate representation of color #29251D: hue angle of 40º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29251D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB413729-
CMYK00.100.290.84
HSL40º17.14%13.73%-
HSV(B)40º29.27%16.08%-
XYZ1.81.881.43-
YUV37.28123.33130.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 37 (14.84% from 255) = 34.58%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=38.32%
G=34.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41372900.100.290.844017.1413.73
Hex29251D0A1D542811e
Octal51453501235124502116
Binary1010011001011110101010111011010100101000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29251D; }

 p { color: rgb(41,37,29); }

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

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

 a { background-color: rgb(41,37,29); }

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

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

 span { border-color: rgb(41,37,29); }

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