Html Css Color HEX #311302 Brown Pod

📋 copy color: '#311302'

red 49 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #311302

Tints of Brown Pod #311302

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 value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311302 (or 0x311302) is known color: 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

RGB 49 19 2 -
CMYK 0 0.61 0.96 0.81
HSL 21.7º 0.92% 0.1% -
HSV(B) 21.7º 0.96% 0.19% -
XYZ 1.51 1.12 0.19 -
YUV 26.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 49 19 2 0 0.61 0.96 0.81 21.7 0.92 0.1
Hex 31 13 2 0 3D 60 51 16 5C A
Octal 61 23 2 0 75 140 121 26 134 12
Binary 110001 10011 10 0 111101 1100000 1010001 10110 1011100 1010

Color Harmonies of #311302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311302

Black with #311302

Text Example


Text Example

White with #311302

Text Example


Text Example

HTML Codes & Css Web 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>