Html Css Color HEX #311303 Brown Pod

📋 copy color: '#311303'

red 49 ◦ green 19 ◦ blue 3

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

Shades of Brown Pod #311303

Tints of Brown Pod #311303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.23%

R = 69.01%
G = 26.76%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#311303 (or 0x311303) is known color: Brown Pod. HEX triplet: 31, 13 and 03. RGB value is (49,19,3). Sum of RGB (Red+Green+Blue) = 49+19+3=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #311303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311303 is #CEECFC. Grayscale: #1A1A1A. Windows color (decimal): -13561085 or 201521. OLE color: 201521.

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

Color convert

RGB 49 19 3 -
CMYK 0 0.61 0.94 0.81
HSL 20.87º 0.88% 0.1% -
HSV(B) 20.87º 0.94% 0.19% -
XYZ 1.52 1.13 0.22 -
YUV 26.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 49 19 3 0 0.61 0.94 0.81 20.87 0.88 0.1
Hex 31 13 3 0 3D 5E 51 15 58 A
Octal 61 23 3 0 75 136 121 25 130 12
Binary 110001 10011 11 0 111101 1011110 1010001 10101 1011000 1010

Color Harmonies of #311303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311303

Black with #311303

Text Example


Text Example

White with #311303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311303; }

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

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

background-color css

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

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

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

border-color css

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

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

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