Html Css Color HEX #312514 Black Magic

📋 copy color: '#312514'

red 49 ◦ green 37 ◦ blue 20

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

Shades of Black Magic #312514

Tints of Black Magic #312514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.87%

R = 46.23%
G = 34.91%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312514 (or 0x312514) is known color: Black Magic. HEX triplet: 31, 25 and 14. RGB value is (49,37,20). Sum of RGB (Red+Green+Blue) = 49+37+20=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312514 is #CEDAEB. Grayscale: #262626. Windows color (decimal): -13556460 or 1320241. OLE color: 1320241.

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

Color convert

RGB 49 37 20 -
CMYK 0 0.24 0.59 0.81
HSL 35.17º 0.42% 0.14% -
HSV(B) 35.17º 0.59% 0.19% -
XYZ 2.05 2.03 0.94 -
YUV 38.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 49 37 20 0 0.24 0.59 0.81 35.17 0.42 0.14
Hex 31 25 14 0 18 3B 51 23 2A E
Octal 61 45 24 0 30 73 121 43 52 16
Binary 110001 100101 10100 0 11000 111011 1010001 100011 101010 1110

Color Harmonies of #312514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312514

Black with #312514

Text Example


Text Example

White with #312514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312514; }

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

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

background-color css

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

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

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

border-color css

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

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

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