#241D11

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

Shades of Black Magic #241D11

Tints of Black Magic #241D11

Color information

#241D11 (or 0x241D11) is unknown color: approx Black Magic. HEX triplet: 24, 1D and 11. RGB value is (36,29,17). Sum of RGB (Red+Green+Blue) = 36+29+17=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D11 is #DBE2EE. Grayscale: #1D1D1D. Windows color (decimal): -14410479 or 1121572. OLE color: 1121572.

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

Color convert

RGB362917-
CMYK00.190.530.86
HSL37.89º35.85%10.39%-
HSV(B)37.89º52.78%14.12%-
XYZ1.271.290.71-
YUV29.72120.82132.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 29 (11.72% from 255) = 35.37%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=43.90%
G=35.37%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36291700.190.530.8637.8935.8510.39
Hex241D1101335562624a
Octal44352102365126464412
Binary100100111011000101001111010110101101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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