Html Css Color HEX #241E13 Black Magic

📋 copy color: '#241E13'

red 36 ◦ green 30 ◦ blue 19

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

Shades of Black Magic #241E13

Tints of Black Magic #241E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.35%

R = 42.35%
G = 35.29%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241E13 (or 0x241E13) is known color: Black Magic. HEX triplet: 24, 1E and 13. RGB value is (36,30,19). Sum of RGB (Red+Green+Blue) = 36+30+19=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E13 is #DBE1EC. Grayscale: #1E1E1E. Windows color (decimal): -14410221 or 1252900. OLE color: 1252900.

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

Color convert

RGB 36 30 19 -
CMYK 0 0.17 0.47 0.86
HSL 38.82º 0.31% 0.11% -
HSV(B) 38.82º 0.47% 0.14% -
XYZ 1.31 1.35 0.81 -
YUV 30.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 36 30 19 0 0.17 0.47 0.86 38.82 0.31 0.11
Hex 24 1E 13 0 11 2F 56 27 1F B
Octal 44 36 23 0 21 57 126 47 37 13
Binary 100100 11110 10011 0 10001 101111 1010110 100111 11111 1011

Color Harmonies of #241E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E13

Black with #241E13

Text Example


Text Example

White with #241E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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