Html Css Color HEX #312515 Black Magic

📋 copy color: '#312515'

red 49 ◦ green 37 ◦ blue 21

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

Shades of Black Magic #312515

Tints of Black Magic #312515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 45.79%
G = 34.58%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#312515 (or 0x312515) is known color: Black Magic. HEX triplet: 31, 25 and 15. RGB value is (49,37,21). Sum of RGB (Red+Green+Blue) = 49+37+21=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312515 is #CEDAEA. Grayscale: #262626. Windows color (decimal): -13556459 or 1385777. OLE color: 1385777.

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

Color convert

RGB 49 37 21 -
CMYK 0 0.24 0.57 0.81
HSL 34.29º 0.4% 0.14% -
HSV(B) 34.29º 0.57% 0.19% -
XYZ 2.06 2.03 0.99 -
YUV 38.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 49 37 21 0 0.24 0.57 0.81 34.29 0.4 0.14
Hex 31 25 15 0 18 39 51 22 28 E
Octal 61 45 25 0 30 71 121 42 50 16
Binary 110001 100101 10101 0 11000 111001 1010001 100010 101000 1110

Color Harmonies of #312515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312515

Black with #312515

Text Example


Text Example

White with #312515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312515; }

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

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

background-color css

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

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

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

border-color css

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

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

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