#311302

Color #311302 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #311302

Tints of Brown Pod #311302

Color information

#311302 (or 0x311302) is unknown color: approx Brown Pod. HEX triplet: 31, 13 and 02. RGB value is (49,19,2). Sum of RGB (Red+Green+Blue) = 49+19+2=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #311302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311302 is #CEECFD. Grayscale: #1A1A1A. Windows color (decimal): -13561086 or 135985. OLE color: 135985.

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

Color convert

RGB49192-
CMYK00.610.960.81
HSL21.7º92.16%10%-
HSV(B)21.7º95.92%19.22%-
XYZ1.511.120.19-
YUV26.03114.44144.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=70%
G=27.14%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4919200.610.960.8121.792.1610
Hex3113203D6051165ca
Octal612320751401212613412
Binary11000110011100111101110000010100011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311302; }

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

 H1.HeaderClassName
 {
   color: #311302;
 }
 .AnyTagClassName
 {
   color: #311302;
 }
</style>
background-color css

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

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

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

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

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

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