#312714

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

Shades of Black Magic #312714

Tints of Black Magic #312714

Color information

#312714 (or 0x312714) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 14. RGB value is (49,39,20). Sum of RGB (Red+Green+Blue) = 49+39+20=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312714 is #CED8EB. Grayscale: #272727. Windows color (decimal): -13555948 or 1320753. OLE color: 1320753.

HSL color Cylindrical-coordinate representation of color #312714: hue angle of 39.31º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312714 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB493920-
CMYK00.200.590.81
HSL39.31º42.03%13.53%-
HSV(B)39.31º59.18%19.22%-
XYZ2.122.150.97-
YUV39.82116.81134.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=45.37%
G=36.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392000.200.590.8139.3142.0313.53
Hex3127140143B51272ae
Octal61472402473121475216
Binary1100011001111010001010011101110100011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312714; }

 p { color: rgb(49,39,20); }

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

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

 a { background-color: rgb(49,39,20); }

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

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

 span { border-color: rgb(49,39,20); }

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