Html Css Color HEX #311D19 Brown Pod

📋 copy color: '#311D19'

red 49 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #311D19

Tints of Brown Pod #311D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.16%

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

R = 47.57%
G = 28.16%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311D19 (or 0x311D19) is known color: Brown Pod. HEX triplet: 31, 1D and 19. RGB value is (49,29,25). Sum of RGB (Red+Green+Blue) = 49+29+25=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311D19 is #CEE2E6. Grayscale: #222222. Windows color (decimal): -13558503 or 1645873. OLE color: 1645873.

HSL color Cylindrical-coordinate representation of color #311D19: hue angle of 10º 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 #311D19 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 29 25 -
CMYK 0 0.41 0.49 0.81
HSL 10º 0.32% 0.15% -
HSV(B) 10º 0.49% 0.19% -
XYZ 1.88 1.6 1.13 -
YUV 34.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 49 29 25 0 0.41 0.49 0.81 10 0.32 0.15
Hex 31 1D 19 0 29 31 51 A 20 F
Octal 61 35 31 0 51 61 121 12 40 17
Binary 110001 11101 11001 0 101001 110001 1010001 1010 100000 1111

Color Harmonies of #311D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D19

Black with #311D19

Text Example


Text Example

White with #311D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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