#241F16

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

Shades of Black Magic #241F16

Tints of Black Magic #241F16

Color information

#241F16 (or 0x241F16) is unknown color: approx Black Magic. HEX triplet: 24, 1F and 16. RGB value is (36,31,22). Sum of RGB (Red+Green+Blue) = 36+31+22=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 36 - color contains mainly: red. Hex color #241F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F16 is #DBE0E9. Grayscale: #1F1F1F. Windows color (decimal): -14409962 or 1449764. OLE color: 1449764.

HSL color Cylindrical-coordinate representation of color #241F16: hue angle of 38.57º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #241F16 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB363122-
CMYK00.140.390.86
HSL38.57º24.14%11.37%-
HSV(B)38.57º38.89%14.12%-
XYZ1.361.410.96-
YUV31.47122.66131.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=40.45%
G=34.83%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36312200.140.390.8638.5724.1411.37
Hex241F160E27562718b
Octal44372601647126473013
Binary1001001111110110011101001111010110100111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,31,22); }

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

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

 a { background-color: rgb(36,31,22); }

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

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

 span { border-color: rgb(36,31,22); }

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