#241C10

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

Shades of Black Magic #241C10

Tints of Black Magic #241C10

Color information

#241C10 (or 0x241C10) is unknown color: approx Black Magic. HEX triplet: 24, 1C and 10. RGB value is (36,28,16). Sum of RGB (Red+Green+Blue) = 36+28+16=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C10 is #DBE3EF. Grayscale: #1D1D1D. Windows color (decimal): -14410736 or 1055780. OLE color: 1055780.

HSL color Cylindrical-coordinate representation of color #241C10: hue angle of 36º 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 #241C10 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB362816-
CMYK00.220.560.86
HSL36º38.46%10.2%-
HSV(B)36º55.56%14.12%-
XYZ1.241.240.66-
YUV29.02120.65132.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 16 (6.64% from 255) = 20%
R=45%
G=35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36281600.220.560.863638.4610.2
Hex241C1001638562426a
Octal44342002670126444612
Binary100100111001000001011011100010101101001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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