#312504

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

Shades of Black Magic #312504

Tints of Black Magic #312504

Color information

#312504 (or 0x312504) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 04. RGB value is (49,37,4). Sum of RGB (Red+Green+Blue) = 49+37+4=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #312504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312504 is #CEDAFB. Grayscale: #242424. Windows color (decimal): -13556476 or 271665. OLE color: 271665.

HSL color Cylindrical-coordinate representation of color #312504: hue angle of 44º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312504 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49374-
CMYK00.240.920.81
HSL44º84.91%10.39%-
HSV(B)44º91.84%19.22%-
XYZ1.951.980.4-
YUV36.83109.48136.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 37 (14.84% from 255) = 41.11%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=54.44%
G=41.11%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4937400.240.920.814484.9110.39
Hex312540185C512c55a
Octal614540301341215412512
Binary1100011001011000110001011100101000110110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312504; }

 p { color: rgb(49,37,4); }

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

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

 a { background-color: rgb(49,37,4); }

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

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

 span { border-color: rgb(49,37,4); }

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