#31190B

Color #31190B Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #31190B

Tints of Brown Pod #31190B

Color information

#31190B (or 0x31190B) is unknown color: approx Brown Pod. HEX triplet: 31, 19 and 0B. RGB value is (49,25,11). Sum of RGB (Red+Green+Blue) = 49+25+11=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #31190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31190B is #CEE6F4. Grayscale: #1E1E1E. Windows color (decimal): -13559541 or 727345. OLE color: 727345.

HSL color Cylindrical-coordinate representation of color #31190B: hue angle of 22.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31190B is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB492511-
CMYK00.490.780.81
HSL22.11º63.33%11.76%-
HSV(B)22.11º77.55%19.22%-
XYZ1.671.370.49-
YUV30.58116.95141.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=57.65%
G=29.41%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49251100.490.780.8122.1163.3311.76
Hex3119B0314E51163fc
Octal613113061116121267714
Binary110001110011011011000110011101010001101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31190B; }

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

 H1.HeaderClassName
 {
   color: #31190B;
 }
 .AnyTagClassName
 {
   color: #31190B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31190B;
 }
 .BgClassName
 {
   background-color: #31190B;
 }
</style>
border-color css

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

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

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