Html Css Color HEX #241D13 Black Magic

📋 copy color: '#241D13'

red 36 ◦ green 29 ◦ blue 19

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

Shades of Black Magic #241D13

Tints of Black Magic #241D13

RGB

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

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

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

R = 42.86%
G = 34.52%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241D13 (or 0x241D13) is known color: Black Magic. HEX triplet: 24, 1D and 13. RGB value is (36,29,19). Sum of RGB (Red+Green+Blue) = 36+29+19=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #241D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D13 is #DBE2EC. Grayscale: #1D1D1D. Windows color (decimal): -14410477 or 1252644. OLE color: 1252644.

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

Color convert

RGB 36 29 19 -
CMYK 0 0.19 0.47 0.86
HSL 35.29º 0.31% 0.11% -
HSV(B) 35.29º 0.47% 0.14% -
XYZ 1.28 1.3 0.8 -
YUV 29.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 36 29 19 0 0.19 0.47 0.86 35.29 0.31 0.11
Hex 24 1D 13 0 13 2F 56 23 1F B
Octal 44 35 23 0 23 57 126 43 37 13
Binary 100100 11101 10011 0 10011 101111 1010110 100011 11111 1011

Color Harmonies of #241D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D13

Black with #241D13

Text Example


Text Example

White with #241D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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