Html Css Color HEX #311F19 Brown Pod

📋 copy color: '#311F19'

red 49 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #311F19

Tints of Brown Pod #311F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

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

R = 46.67%
G = 29.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#311F19 (or 0x311F19) is known color: Brown Pod. HEX triplet: 31, 1F and 19. RGB value is (49,31,25). Sum of RGB (Red+Green+Blue) = 49+31+25=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F19 is #CEE0E6. Grayscale: #232323. Windows color (decimal): -13557991 or 1646385. OLE color: 1646385.

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

Color convert

RGB 49 31 25 -
CMYK 0 0.37 0.49 0.81
HSL 15º 0.32% 0.15% -
HSV(B) 15º 0.49% 0.19% -
XYZ 1.93 1.7 1.15 -
YUV 35.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 49 31 25 0 0.37 0.49 0.81 15 0.32 0.15
Hex 31 1F 19 0 25 31 51 F 20 F
Octal 61 37 31 0 45 61 121 17 40 17
Binary 110001 11111 11001 0 100101 110001 1010001 1111 100000 1111

Color Harmonies of #311F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F19

Black with #311F19

Text Example


Text Example

White with #311F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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