#312301

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

Shades of Black Magic #312301

Tints of Black Magic #312301

Color information

#312301 (or 0x312301) is unknown color: approx Black Magic. HEX triplet: 31, 23 and 01. RGB value is (49,35,1). Sum of RGB (Red+Green+Blue) = 49+35+1=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #312301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312301 is #CEDCFE. Grayscale: #232323. Windows color (decimal): -13556991 or 74545. OLE color: 74545.

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

Color convert

RGB49351-
CMYK00.290.980.81
HSL42.5º96%9.8%-
HSV(B)42.5º97.96%19.22%-
XYZ1.871.860.29-
YUV35.31108.64137.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=57.65%
G=41.18%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4935100.290.980.8142.5969.8
Hex3123101D62512a60a
Octal614310351421215214012
Binary11000110001110111011100010101000110101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312301; }

 p { color: rgb(49,35,1); }

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

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

 a { background-color: rgb(49,35,1); }

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

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

 span { border-color: rgb(49,35,1); }

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