Html Css Color HEX #241E12 Black Magic

📋 copy color: '#241E12'

red 36 ◦ green 30 ◦ blue 18

#241E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #241E12

Tints of Black Magic #241E12

RGB

 RED value IS 36 (14.45% from 255) = 42.86%

 GREEN value IS 30 (12.11% from 255) = 35.71%

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 42.86%
G = 35.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241E12 (or 0x241E12) is known color: Black Magic. HEX triplet: 24, 1E and 12. RGB value is (36,30,18). Sum of RGB (Red+Green+Blue) = 36+30+18=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E12 is #DBE1ED. Grayscale: #1E1E1E. Windows color (decimal): -14410222 or 1187364. OLE color: 1187364.

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

Color convert

RGB 36 30 18 -
CMYK 0 0.17 0.5 0.86
HSL 40º 0.33% 0.11% -
HSV(B) 40º 0.5% 0.14% -
XYZ 1.3 1.35 0.76 -
YUV 30.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 36 30 18 0 0.17 0.5 0.86 40 0.33 0.11
Hex 24 1E 12 0 11 32 56 28 21 B
Octal 44 36 22 0 21 62 126 50 41 13
Binary 100100 11110 10010 0 10001 110010 1010110 101000 100001 1011

Color Harmonies of #241E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E12

Black with #241E12

Text Example


Text Example

White with #241E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241E12;
 }
 .AnyTagClassName
 {
   color: #241E12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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