Html Css Color HEX #311B15 Brown Pod

📋 copy color: '#311B15'

red 49 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #311B15

Tints of Brown Pod #311B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.84%

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

R = 50.52%
G = 27.84%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311B15 (or 0x311B15) is known color: Brown Pod. HEX triplet: 31, 1B and 15. RGB value is (49,27,21). Sum of RGB (Red+Green+Blue) = 49+27+21=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311B15 is #CEE4EA. Grayscale: #202020. Windows color (decimal): -13559019 or 1383217. OLE color: 1383217.

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

Color convert

RGB 49 27 21 -
CMYK 0 0.45 0.57 0.81
HSL 12.86º 0.4% 0.14% -
HSV(B) 12.86º 0.57% 0.19% -
XYZ 1.79 1.49 0.9 -
YUV 32.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 49 27 21 0 0.45 0.57 0.81 12.86 0.4 0.14
Hex 31 1B 15 0 2D 39 51 D 28 E
Octal 61 33 25 0 55 71 121 15 50 16
Binary 110001 11011 10101 0 101101 111001 1010001 1101 101000 1110

Color Harmonies of #311B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311B15

Black with #311B15

Text Example


Text Example

White with #311B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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