#31240C

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

Shades of Black Magic #31240C

Tints of Black Magic #31240C

Color information

#31240C (or 0x31240C) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 0C. RGB value is (49,36,12). Sum of RGB (Red+Green+Blue) = 49+36+12=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240C is #CEDBF3. Grayscale: #252525. Windows color (decimal): -13556724 or 795697. OLE color: 795697.

HSL color Cylindrical-coordinate representation of color #31240C: hue angle of 38.92º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31240C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB493612-
CMYK00.270.760.81
HSL38.92º60.66%11.96%-
HSV(B)38.92º75.51%19.22%-
XYZ1.961.940.62-
YUV37.15113.81136.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=50.52%
G=37.11%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361200.270.760.8138.9260.6611.96
Hex3124C01B4C51273dc
Octal614414033114121477514
Binary1100011001001100011011100110010100011001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31240C; }

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

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

<style>
 a { background-color: #31240C; }

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

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

<style>
 span { border-color: #31240C; }

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

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