#312B22

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

Shades of Black Magic #312B22

Tints of Black Magic #312B22

Color information

#312B22 (or 0x312B22) is unknown color: approx Black Magic. HEX triplet: 31, 2B and 22. RGB value is (49,43,34). Sum of RGB (Red+Green+Blue) = 49+43+34=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B22 is #CED4DD. Grayscale: #2B2B2B. Windows color (decimal): -13554910 or 2239281. OLE color: 2239281.

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

Color convert

RGB494334-
CMYK00.120.310.81
HSL36º18.07%16.27%-
HSV(B)36º30.61%19.22%-
XYZ2.422.51.87-
YUV43.77122.49131.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=38.89%
G=34.13%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49433400.120.310.813618.0716.27
Hex312B220C1F51241210
Octal61534201437121442220
Binary110001101011100010011001111110100011001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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