#241F15

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

Shades of Black Magic #241F15

Tints of Black Magic #241F15

Color information

#241F15 (or 0x241F15) is unknown color: approx Black Magic. HEX triplet: 24, 1F and 15. RGB value is (36,31,21). Sum of RGB (Red+Green+Blue) = 36+31+21=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F15 is #DBE0EA. Grayscale: #1F1F1F. Windows color (decimal): -14409963 or 1384228. OLE color: 1384228.

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

Color convert

RGB363121-
CMYK00.140.420.86
HSL40º26.32%11.18%-
HSV(B)40º41.67%14.12%-
XYZ1.351.410.91-
YUV31.35122.16131.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 31 (12.5% from 255) = 35.23%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=40.91%
G=35.23%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36312100.140.420.864026.3211.18
Hex241F150E2A56281ab
Octal44372501652126503213
Binary1001001111110101011101010101010110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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