Html Css Color HEX #311C15 Brown Pod

📋 copy color: '#311C15'

red 49 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #311C15

Tints of Brown Pod #311C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.57%

 BLUE value IS 21 (8.59% from 255) = 21.43%

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311C15 (or 0x311C15) is known color: Brown Pod. HEX triplet: 31, 1C and 15. RGB value is (49,28,21). Sum of RGB (Red+Green+Blue) = 49+28+21=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311C15 is #CEE3EA. Grayscale: #212121. Windows color (decimal): -13558763 or 1383473. OLE color: 1383473.

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

Color convert

RGB 49 28 21 -
CMYK 0 0.43 0.57 0.81
HSL 15º 0.4% 0.14% -
HSV(B) 15º 0.57% 0.19% -
XYZ 1.82 1.54 0.91 -
YUV 33.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 49 28 21 0 0.43 0.57 0.81 15 0.4 0.14
Hex 31 1C 15 0 2B 39 51 F 28 E
Octal 61 34 25 0 53 71 121 17 50 16
Binary 110001 11100 10101 0 101011 111001 1010001 1111 101000 1110

Color Harmonies of #311C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C15

Black with #311C15

Text Example


Text Example

White with #311C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,21); }

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

background-color css

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

 a { background-color: rgb(49,28,21); }

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

border-color css

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

 span { border-color: rgb(49,28,21); }

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