Html Css Color HEX #241B0C Black Magic

📋 copy color: '#241B0C'

red 36 ◦ green 27 ◦ blue 12

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

Shades of Black Magic #241B0C

Tints of Black Magic #241B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36%

 BLUE value IS 12 (5.08% from 255) = 16%

R = 48%
G = 36%
B = 16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.86

RGB Variations

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

Color information

#241B0C (or 0x241B0C) is known color: Black Magic. HEX triplet: 24, 1B and 0C. RGB value is (36,27,12). Sum of RGB (Red+Green+Blue) = 36+27+12=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #241B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B0C is #DBE4F3. Grayscale: #1C1C1C. Windows color (decimal): -14410996 or 793380. OLE color: 793380.

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

Color convert

RGB 36 27 12 -
CMYK 0 0.25 0.67 0.86
HSL 37.5º 0.5% 0.09% -
HSV(B) 37.5º 0.67% 0.14% -
XYZ 1.19 1.19 0.51 -
YUV 27.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 36 27 12 0 0.25 0.67 0.86 37.5 0.5 0.09
Hex 24 1B C 0 19 43 56 26 32 9
Octal 44 33 14 0 31 103 126 46 62 11
Binary 100100 11011 1100 0 11001 1000011 1010110 100110 110010 1001

Color Harmonies of #241B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241B0C

Black with #241B0C

Text Example


Text Example

White with #241B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,12); }

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

background-color css

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

 a { background-color: rgb(36,27,12); }

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

border-color css

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

 span { border-color: rgb(36,27,12); }

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