Html Css Color HEX #241D11 Black Magic

📋 copy color: '#241D11'

red 36 ◦ green 29 ◦ blue 17

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

Shades of Black Magic #241D11

Tints of Black Magic #241D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 43.9%
G = 35.37%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#241D11 (or 0x241D11) is known color: Black Magic. HEX triplet: 24, 1D and 11. RGB value is (36,29,17). Sum of RGB (Red+Green+Blue) = 36+29+17=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D11 is #DBE2EE. Grayscale: #1D1D1D. Windows color (decimal): -14410479 or 1121572. OLE color: 1121572.

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

Color convert

RGB 36 29 17 -
CMYK 0 0.19 0.53 0.86
HSL 37.89º 0.36% 0.1% -
HSV(B) 37.89º 0.53% 0.14% -
XYZ 1.27 1.29 0.71 -
YUV 29.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 36 29 17 0 0.19 0.53 0.86 37.89 0.36 0.1
Hex 24 1D 11 0 13 35 56 26 24 A
Octal 44 35 21 0 23 65 126 46 44 12
Binary 100100 11101 10001 0 10011 110101 1010110 100110 100100 1010

Color Harmonies of #241D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D11

Black with #241D11

Text Example


Text Example

White with #241D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,17); }

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

background-color css

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

 a { background-color: rgb(36,29,17); }

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

border-color css

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

 span { border-color: rgb(36,29,17); }

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