#241D10

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

Shades of Black Magic #241D10

Tints of Black Magic #241D10

Color information

#241D10 (or 0x241D10) is unknown color: approx Black Magic. HEX triplet: 24, 1D and 10. RGB value is (36,29,16). Sum of RGB (Red+Green+Blue) = 36+29+16=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D10 is #DBE2EF. Grayscale: #1D1D1D. Windows color (decimal): -14410480 or 1056036. OLE color: 1056036.

HSL color Cylindrical-coordinate representation of color #241D10: hue angle of 39º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241D10 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB362916-
CMYK00.190.560.86
HSL39º38.46%10.2%-
HSV(B)39º55.56%14.12%-
XYZ1.261.290.67-
YUV29.61120.32132.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 35.80%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=44.44%
G=35.80%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36291600.190.560.863938.4610.2
Hex241D1001338562726a
Octal44352002370126474612
Binary100100111011000001001111100010101101001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241D10; }

 p { color: rgb(36,29,16); }

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

<style>
 a { background-color: #241D10; }

 a { background-color: rgb(36,29,16); }

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

<style>
 span { border-color: #241D10; }

 span { border-color: rgb(36,29,16); }

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