#291F0F

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

Shades of Black Magic #291F0F

Tints of Black Magic #291F0F

Color information

#291F0F (or 0x291F0F) is unknown color: approx Black Magic. HEX triplet: 29, 1F and 0F. RGB value is (41,31,15). Sum of RGB (Red+Green+Blue) = 41+31+15=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F0F is #D6E0F0. Grayscale: #202020. Windows color (decimal): -14082289 or 991017. OLE color: 991017.

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

Color convert

RGB413115-
CMYK00.240.630.84
HSL36.92º46.43%10.98%-
HSV(B)36.92º63.41%16.08%-
XYZ1.491.490.66-
YUV32.17118.31134.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=47.13%
G=35.63%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41311500.240.630.8436.9246.4310.98
Hex291FF0183F54252eb
Octal51371703077124455613
Binary10100111111111101100011111110101001001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,31,15); }

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

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

 a { background-color: rgb(41,31,15); }

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

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

 span { border-color: rgb(41,31,15); }

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