Html Css Color HEX #312713 Black Magic

📋 copy color: '#312713'

red 49 ◦ green 39 ◦ blue 19

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

Shades of Black Magic #312713

Tints of Black Magic #312713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.45%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 45.79%
G = 36.45%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312713 (or 0x312713) is known color: Black Magic. HEX triplet: 31, 27 and 13. RGB value is (49,39,19). Sum of RGB (Red+Green+Blue) = 49+39+19=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312713 is #CED8EC. Grayscale: #272727. Windows color (decimal): -13555949 or 1255217. OLE color: 1255217.

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

Color convert

RGB 49 39 19 -
CMYK 0 0.20 0.61 0.81
HSL 40º 0.44% 0.13% -
HSV(B) 40º 0.61% 0.19% -
XYZ 2.11 2.15 0.92 -
YUV 39.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 49 39 19 0 0.20 0.61 0.81 40 0.44 0.13
Hex 31 27 13 0 14 3D 51 28 2C D
Octal 61 47 23 0 24 75 121 50 54 15
Binary 110001 100111 10011 0 10100 111101 1010001 101000 101100 1101

Color Harmonies of #312713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312713

Black with #312713

Text Example


Text Example

White with #312713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312713; }

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

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

background-color css

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

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

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

border-color css

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

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

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