Html Css Color HEX #312C20 Black Magic

📋 copy color: '#312C20'

red 49 ◦ green 44 ◦ blue 32

#312C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #312C20

Tints of Black Magic #312C20

RGB

 RED value IS 49 (19.53% from 255) = 39.2%

 GREEN value IS 44 (17.58% from 255) = 35.2%

 BLUE value IS 32 (12.89% from 255) = 25.6%

R = 39.2%
G = 35.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#312C20 (or 0x312C20) is known color: Black Magic. HEX triplet: 31, 2C and 20. RGB value is (49,44,32). Sum of RGB (Red+Green+Blue) = 49+44+32=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C20 is #CED3DF. Grayscale: #2C2C2C. Windows color (decimal): -13554656 or 2108465. OLE color: 2108465.

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

Color convert

RGB 49 44 32 -
CMYK 0 0.10 0.35 0.81
HSL 42.35º 0.21% 0.16% -
HSV(B) 42.35º 0.35% 0.19% -
XYZ 2.43 2.56 1.73 -
YUV 44.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 49 44 32 0 0.10 0.35 0.81 42.35 0.21 0.16
Hex 31 2C 20 0 A 23 51 2A 15 10
Octal 61 54 40 0 12 43 121 52 25 20
Binary 110001 101100 100000 0 1010 100011 1010001 101010 10101 10000

Color Harmonies of #312C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C20

Black with #312C20

Text Example


Text Example

White with #312C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #312C20;
 }
 .AnyTagClassName
 {
   color: #312C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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