Html Css Color HEX #312513 Black Magic

📋 copy color: '#312513'

red 49 ◦ green 37 ◦ blue 19

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

Shades of Black Magic #312513

Tints of Black Magic #312513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.24%

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

R = 46.67%
G = 35.24%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312513 (or 0x312513) is known color: Black Magic. HEX triplet: 31, 25 and 13. RGB value is (49,37,19). Sum of RGB (Red+Green+Blue) = 49+37+19=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312513 is #CEDAEC. Grayscale: #262626. Windows color (decimal): -13556461 or 1254705. OLE color: 1254705.

HSL color Cylindrical-coordinate representation of color #312513: hue angle of 36º 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 #312513 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 19 -
CMYK 0 0.24 0.61 0.81
HSL 36º 0.44% 0.13% -
HSV(B) 36º 0.61% 0.19% -
XYZ 2.05 2.02 0.9 -
YUV 38.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 49 37 19 0 0.24 0.61 0.81 36 0.44 0.13
Hex 31 25 13 0 18 3D 51 24 2C D
Octal 61 45 23 0 30 75 121 44 54 15
Binary 110001 100101 10011 0 11000 111101 1010001 100100 101100 1101

Color Harmonies of #312513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312513

Black with #312513

Text Example


Text Example

White with #312513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312513; }

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

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

background-color css

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

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

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

border-color css

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

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

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