#312300

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

Shades of Black Magic #312300

Tints of Black Magic #312300

Color information

#312300 (or 0x312300) is unknown color: approx Black Magic. HEX triplet: 31, 23 and 00. RGB value is (49,35,0). Sum of RGB (Red+Green+Blue) = 49+35+0=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #312300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312300 is #CEDCFF. Grayscale: #232323. Windows color (decimal): -13556992 or 9009. OLE color: 9009.

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

Color convert

RGB49350-
CMYK00.2910.81
HSL42.86º100%9.61%-
HSV(B)42.86º100%19.22%-
XYZ1.871.860.26-
YUV35.2108.14137.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 35 (14.06% from 255) = 41.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.33%
G=41.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4935000.2910.8142.861009.61
Hex3123001D64512b64a
Octal614300351441215314412
Binary11000110001100111011100100101000110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312300; }

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

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

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

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

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

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

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

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