#291E0D

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

Shades of Black Magic #291E0D

Tints of Black Magic #291E0D

Color information

#291E0D (or 0x291E0D) is unknown color: approx Black Magic. HEX triplet: 29, 1E and 0D. RGB value is (41,30,13). Sum of RGB (Red+Green+Blue) = 41+30+13=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E0D is #D6E1F2. Grayscale: #1F1F1F. Windows color (decimal): -14082547 or 859689. OLE color: 859689.

HSL color Cylindrical-coordinate representation of color #291E0D: hue angle of 36.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291E0D is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB413013-
CMYK00.270.680.84
HSL36.43º51.85%10.59%-
HSV(B)36.43º68.29%16.08%-
XYZ1.451.430.58-
YUV31.35117.64134.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=48.81%
G=35.71%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41301300.270.680.8436.4351.8510.59
Hex291ED01B44542434b
Octal513615033104124446413
Binary101001111101101011011100010010101001001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E0D; }

 p { color: rgb(41,30,13); }

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

<style>
 a { background-color: #291E0D; }

 a { background-color: rgb(41,30,13); }

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

<style>
 span { border-color: #291E0D; }

 span { border-color: rgb(41,30,13); }

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