Html Css Color HEX #31190D Brown Pod

📋 copy color: '#31190D'

red 49 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #31190D

Tints of Brown Pod #31190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 56.32%
G = 28.74%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31190D (or 0x31190D) is known color: Brown Pod. HEX triplet: 31, 19 and 0D. RGB value is (49,25,13). Sum of RGB (Red+Green+Blue) = 49+25+13=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #31190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31190D is #CEE6F2. Grayscale: #1E1E1E. Windows color (decimal): -13559539 or 858417. OLE color: 858417.

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

Color convert

RGB 49 25 13 -
CMYK 0 0.49 0.73 0.81
HSL 20º 0.58% 0.12% -
HSV(B) 20º 0.73% 0.19% -
XYZ 1.69 1.38 0.56 -
YUV 30.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 49 25 13 0 0.49 0.73 0.81 20 0.58 0.12
Hex 31 19 D 0 31 49 51 14 3A C
Octal 61 31 15 0 61 111 121 24 72 14
Binary 110001 11001 1101 0 110001 1001001 1010001 10100 111010 1100

Color Harmonies of #31190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31190D

Black with #31190D

Text Example


Text Example

White with #31190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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