Html Css Color HEX #311E18 Brown Pod

📋 copy color: '#311E18'

red 49 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #311E18

Tints of Brown Pod #311E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 47.57%
G = 29.13%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311E18 (or 0x311E18) is known color: Brown Pod. HEX triplet: 31, 1E and 18. RGB value is (49,30,24). Sum of RGB (Red+Green+Blue) = 49+30+24=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E18 is #CEE1E7. Grayscale: #232323. Windows color (decimal): -13558248 or 1580593. OLE color: 1580593.

HSL color Cylindrical-coordinate representation of color #311E18: hue angle of 14.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311E18 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 24 -
CMYK 0 0.39 0.51 0.81
HSL 14.4º 0.34% 0.14% -
HSV(B) 14.4º 0.51% 0.19% -
XYZ 1.9 1.65 1.08 -
YUV 35 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 49 30 24 0 0.39 0.51 0.81 14.4 0.34 0.14
Hex 31 1E 18 0 27 33 51 E 22 E
Octal 61 36 30 0 47 63 121 16 42 16
Binary 110001 11110 11000 0 100111 110011 1010001 1110 100010 1110

Color Harmonies of #311E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E18

Black with #311E18

Text Example


Text Example

White with #311E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,30,24); }

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

background-color css

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

 a { background-color: rgb(49,30,24); }

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

border-color css

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

 span { border-color: rgb(49,30,24); }

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