#241B0D

Color #241B0D Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #241B0D

Tints of Black Magic #241B0D

Color information

#241B0D (or 0x241B0D) is unknown color: approx Black Magic. HEX triplet: 24, 1B and 0D. RGB value is (36,27,13). Sum of RGB (Red+Green+Blue) = 36+27+13=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241B0D is #DBE4F2. Grayscale: #1C1C1C. Windows color (decimal): -14410995 or 858916. OLE color: 858916.

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

Color convert

RGB362713-
CMYK00.250.640.86
HSL36.52º46.94%9.61%-
HSV(B)36.52º63.89%14.12%-
XYZ1.191.190.55-
YUV28.1119.48133.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=47.37%
G=35.53%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36271300.250.640.8636.5246.949.61
Hex241BD0194056252fa
Octal443315031100126455712
Binary100100110111101011001100000010101101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #241B0D;
 }
 .AnyTagClassName
 {
   color: #241B0D;
 }
</style>
background-color css

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

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

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

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

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

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