#312C23

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

Shades of Black Magic #312C23

Tints of Black Magic #312C23

Color information

#312C23 (or 0x312C23) is unknown color: approx Black Magic. HEX triplet: 31, 2C and 23. RGB value is (49,44,35). Sum of RGB (Red+Green+Blue) = 49+44+35=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C23 is #CED3DC. Grayscale: #2C2C2C. Windows color (decimal): -13554653 or 2305073. OLE color: 2305073.

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

Color convert

RGB494435-
CMYK00.100.290.81
HSL38.57º16.67%16.47%-
HSV(B)38.57º28.57%19.22%-
XYZ2.472.581.96-
YUV44.47122.66131.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=38.28%
G=34.38%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49443500.100.290.8138.5716.6716.47
Hex312C230A1D51271110
Octal61544301235121472120
Binary110001101100100011010101110110100011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C23; }

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

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

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

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

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

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

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

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