Html Css Color HEX #311300 Brown Pod

📋 copy color: '#311300'

red 49 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #311300

Tints of Brown Pod #311300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.06%
G = 27.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#311300 (or 0x311300) is known color: Brown Pod. HEX triplet: 31, 13 and 00. RGB value is (49,19,0). Sum of RGB (Red+Green+Blue) = 49+19+0=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #311300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311300 is #CEECFF. Grayscale: #191919. Windows color (decimal): -13561088 or 4913. OLE color: 4913.

HSL color Cylindrical-coordinate representation of color #311300: hue angle of 23.27º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 19 0 -
CMYK 0 0.61 1 0.81
HSL 23.27º 1% 0.1% -
HSV(B) 23.27º 1% 0.19% -
XYZ 1.5 1.12 0.14 -
YUV 25.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 49 19 0 0 0.61 1 0.81 23.27 1 0.1
Hex 31 13 0 0 3D 64 51 17 64 A
Octal 61 23 0 0 75 144 121 27 144 12
Binary 110001 10011 0 0 111101 1100100 1010001 10111 1100100 1010

Color Harmonies of #311300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311300

Black with #311300

Text Example


Text Example

White with #311300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311300; }

 p { color: rgb(49,19,0); }

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

background-color css

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

 a { background-color: rgb(49,19,0); }

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

border-color css

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

 span { border-color: rgb(49,19,0); }

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