#312201

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

Shades of Black Magic #312201

Tints of Black Magic #312201

Color information

#312201 (or 0x312201) is unknown color: approx Black Magic. HEX triplet: 31, 22 and 01. RGB value is (49,34,1). Sum of RGB (Red+Green+Blue) = 49+34+1=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #312201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312201 is #CEDDFE. Grayscale: #222222. Windows color (decimal): -13557247 or 74289. OLE color: 74289.

HSL color Cylindrical-coordinate representation of color #312201: hue angle of 41.25º 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 #312201 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49341-
CMYK00.310.980.81
HSL41.25º96%9.8%-
HSV(B)41.25º97.96%19.22%-
XYZ1.841.80.28-
YUV34.72108.97138.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 1 (0.78% from 255) = 1.19%
R=58.33%
G=40.48%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4934100.310.980.8141.25969.8
Hex3122101F62512960a
Octal614210371421215114012
Binary11000110001010111111100010101000110100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312201; }

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

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

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

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

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

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

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

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