#241C0F

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

Shades of Black Magic #241C0F

Tints of Black Magic #241C0F

Color information

#241C0F (or 0x241C0F) is unknown color: approx Black Magic. HEX triplet: 24, 1C and 0F. RGB value is (36,28,15). Sum of RGB (Red+Green+Blue) = 36+28+15=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C0F is #DBE3F0. Grayscale: #1C1C1C. Windows color (decimal): -14410737 or 990244. OLE color: 990244.

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

Color convert

RGB362815-
CMYK00.220.580.86
HSL37.14º41.18%10%-
HSV(B)37.14º58.33%14.12%-
XYZ1.231.240.63-
YUV28.91120.15133.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=45.57%
G=35.44%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36281500.220.580.8637.1441.1810
Hex241CF0163A562529a
Octal44341702672126455112
Binary10010011100111101011011101010101101001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,28,15); }

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

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

 a { background-color: rgb(36,28,15); }

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

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

 span { border-color: rgb(36,28,15); }

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