#312101

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

Shades of Black Magic #312101

Tints of Black Magic #312101

Color information

#312101 (or 0x312101) is unknown color: approx Black Magic. HEX triplet: 31, 21 and 01. RGB value is (49,33,1). Sum of RGB (Red+Green+Blue) = 49+33+1=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #312101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312101 is #CEDEFE. Grayscale: #222222. Windows color (decimal): -13557503 or 74033. OLE color: 74033.

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

Color convert

RGB49331-
CMYK00.330.980.81
HSL40º96%9.8%-
HSV(B)40º97.96%19.22%-
XYZ1.821.740.27-
YUV34.14109.3138.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 33 (13.28% from 255) = 39.76%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=59.04%
G=39.76%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933100.330.980.8140969.8
Hex3121102162512860a
Octal614110411421215014012
Binary110001100001101000011100010101000110100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312101; }

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

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

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

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

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

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

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

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