#31240A

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

Shades of Black Magic #31240A

Tints of Black Magic #31240A

Color information

#31240A (or 0x31240A) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 0A. RGB value is (49,36,10). Sum of RGB (Red+Green+Blue) = 49+36+10=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240A is #CEDBF5. Grayscale: #252525. Windows color (decimal): -13556726 or 664625. OLE color: 664625.

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

Color convert

RGB493610-
CMYK00.270.800.81
HSL40º66.1%11.57%-
HSV(B)40º79.59%19.22%-
XYZ1.951.940.56-
YUV36.92112.81136.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=51.58%
G=37.89%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361000.270.800.814066.111.57
Hex3124A01B50512842c
Octal6144120331201215010214
Binary11000110010010100110111010000101000110100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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