Html Css Color HEX #312511 Black Magic

📋 copy color: '#312511'

red 49 ◦ green 37 ◦ blue 17

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

Shades of Black Magic #312511

Tints of Black Magic #312511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 47.57%
G = 35.92%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#312511 (or 0x312511) is known color: Black Magic. HEX triplet: 31, 25 and 11. RGB value is (49,37,17). Sum of RGB (Red+Green+Blue) = 49+37+17=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312511 is #CEDAEE. Grayscale: #262626. Windows color (decimal): -13556463 or 1123633. OLE color: 1123633.

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

Color convert

RGB 49 37 17 -
CMYK 0 0.24 0.65 0.81
HSL 37.5º 0.48% 0.13% -
HSV(B) 37.5º 0.65% 0.19% -
XYZ 2.03 2.02 0.81 -
YUV 38.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 49 37 17 0 0.24 0.65 0.81 37.5 0.48 0.13
Hex 31 25 11 0 18 41 51 26 30 D
Octal 61 45 21 0 30 101 121 46 60 15
Binary 110001 100101 10001 0 11000 1000001 1010001 100110 110000 1101

Color Harmonies of #312511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312511

Black with #312511

Text Example


Text Example

White with #312511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312511; }

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

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

background-color css

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

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

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

border-color css

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

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

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