#241E14

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

Shades of Black Magic #241E14

Tints of Black Magic #241E14

Color information

#241E14 (or 0x241E14) is unknown color: approx Black Magic. HEX triplet: 24, 1E and 14. RGB value is (36,30,20). Sum of RGB (Red+Green+Blue) = 36+30+20=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E14 is #DBE1EB. Grayscale: #1E1E1E. Windows color (decimal): -14410220 or 1318436. OLE color: 1318436.

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

Color convert

RGB363020-
CMYK00.170.440.86
HSL37.5º28.57%10.98%-
HSV(B)37.5º44.44%14.12%-
XYZ1.321.350.85-
YUV30.65121.99131.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 30 (12.11% from 255) = 34.88%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=41.86%
G=34.88%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36302000.170.440.8637.528.5710.98
Hex241E140112C56251db
Octal44362402154126453513
Binary10010011110101000100011011001010110100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,30,20); }

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

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

 a { background-color: rgb(36,30,20); }

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

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

 span { border-color: rgb(36,30,20); }

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