Html Css Color HEX #312512 Black Magic

📋 copy color: '#312512'

red 49 ◦ green 37 ◦ blue 18

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

Shades of Black Magic #312512

Tints of Black Magic #312512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.31%

R = 47.12%
G = 35.58%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#312512 (or 0x312512) is known color: Black Magic. HEX triplet: 31, 25 and 12. RGB value is (49,37,18). Sum of RGB (Red+Green+Blue) = 49+37+18=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312512 is #CEDAED. Grayscale: #262626. Windows color (decimal): -13556462 or 1189169. OLE color: 1189169.

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

Color convert

RGB 49 37 18 -
CMYK 0 0.24 0.63 0.81
HSL 36.77º 0.46% 0.13% -
HSV(B) 36.77º 0.63% 0.19% -
XYZ 2.04 2.02 0.85 -
YUV 38.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 49 37 18 0 0.24 0.63 0.81 36.77 0.46 0.13
Hex 31 25 12 0 18 3F 51 25 2E D
Octal 61 45 22 0 30 77 121 45 56 15
Binary 110001 100101 10010 0 11000 111111 1010001 100101 101110 1101

Color Harmonies of #312512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312512

Black with #312512

Text Example


Text Example

White with #312512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312512; }

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

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

background-color css

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

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

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

border-color css

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

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

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