Html Css Color HEX #312827 Livid Brown

📋 copy color: '#312827'

red 49 ◦ green 40 ◦ blue 39

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

Shades of Livid Brown #312827

Tints of Livid Brown #312827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 38.28%
G = 31.25%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312827 (or 0x312827) is known color: Livid Brown. HEX triplet: 31, 28 and 27. RGB value is (49,40,39). Sum of RGB (Red+Green+Blue) = 49+40+39=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312827 is #CED7D8. Grayscale: #2A2A2A. Windows color (decimal): -13555673 or 2566193. OLE color: 2566193.

HSL color Cylindrical-coordinate representation of color #312827: hue angle of 6º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312827 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 40 39 -
CMYK 0 0.18 0.20 0.81
HSL 0.11% 0.17% -
HSV(B) 0.2% 0.19% -
XYZ 2.39 2.32 2.24 -
YUV 42.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 49 40 39 0 0.18 0.20 0.81 6 0.11 0.17
Hex 31 28 27 0 12 14 51 6 B 11
Octal 61 50 47 0 22 24 121 6 13 21
Binary 110001 101000 100111 0 10010 10100 1010001 110 1011 10001

Color Harmonies of #312827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312827

Black with #312827

Text Example


Text Example

White with #312827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312827; }

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

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

background-color css

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

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

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

border-color css

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

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

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