#312B23

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

Shades of Black Magic #312B23

Tints of Black Magic #312B23

Color information

#312B23 (or 0x312B23) is unknown color: approx Black Magic. HEX triplet: 31, 2B and 23. RGB value is (49,43,35). Sum of RGB (Red+Green+Blue) = 49+43+35=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B23 is #CED4DC. Grayscale: #2B2B2B. Windows color (decimal): -13554909 or 2304817. OLE color: 2304817.

HSL color Cylindrical-coordinate representation of color #312B23: hue angle of 34.29º 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 #312B23 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB494335-
CMYK00.120.290.81
HSL34.29º16.67%16.47%-
HSV(B)34.29º28.57%19.22%-
XYZ2.432.51.94-
YUV43.88122.99131.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=38.58%
G=33.86%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49433500.120.290.8134.2916.6716.47
Hex312B230C1D51221110
Octal61534301435121422120
Binary110001101011100011011001110110100011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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