Html Css Color HEX #312819 Black Magic

📋 copy color: '#312819'

red 49 ◦ green 40 ◦ blue 25

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

Shades of Black Magic #312819

Tints of Black Magic #312819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.09%

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 42.98%
G = 35.09%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312819 (or 0x312819) is known color: Black Magic. HEX triplet: 31, 28 and 19. RGB value is (49,40,25). Sum of RGB (Red+Green+Blue) = 49+40+25=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312819 is #CED7E6. Grayscale: #292929. Windows color (decimal): -13555687 or 1648689. OLE color: 1648689.

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

Color convert

RGB 49 40 25 -
CMYK 0 0.18 0.49 0.81
HSL 37.5º 0.32% 0.15% -
HSV(B) 37.5º 0.49% 0.19% -
XYZ 2.2 2.24 1.24 -
YUV 40.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 49 40 25 0 0.18 0.49 0.81 37.5 0.32 0.15
Hex 31 28 19 0 12 31 51 26 20 F
Octal 61 50 31 0 22 61 121 46 40 17
Binary 110001 101000 11001 0 10010 110001 1010001 100110 100000 1111

Color Harmonies of #312819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312819

Black with #312819

Text Example


Text Example

White with #312819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312819; }

 p { color: rgb(49,40,25); }

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

background-color css

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

 a { background-color: rgb(49,40,25); }

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

border-color css

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

 span { border-color: rgb(49,40,25); }

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