#31240E

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

Shades of Black Magic #31240E

Tints of Black Magic #31240E

Color information

#31240E (or 0x31240E) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 0E. RGB value is (49,36,14). Sum of RGB (Red+Green+Blue) = 49+36+14=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240E is #CEDBF1. Grayscale: #252525. Windows color (decimal): -13556722 or 926769. OLE color: 926769.

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

Color convert

RGB493614-
CMYK00.270.710.81
HSL37.71º55.56%12.35%-
HSV(B)37.71º71.43%19.22%-
XYZ1.981.950.69-
YUV37.38114.81136.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 14 (5.86% from 255) = 14.14%
R=49.49%
G=36.36%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361400.270.710.8137.7155.5612.35
Hex3124E01B47512638c
Octal614416033107121467014
Binary1100011001001110011011100011110100011001101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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