Html Css Color HEX #311102 Seal Brown

📋 copy color: '#311102'

red 49 ◦ green 17 ◦ blue 2

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

Shades of Seal Brown #311102

Tints of Seal Brown #311102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 2 (1.17% from 255) = 2.94%

R = 72.06%
G = 25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#311102 (or 0x311102) is known color: Seal Brown. HEX triplet: 31, 11 and 02. RGB value is (49,17,2). Sum of RGB (Red+Green+Blue) = 49+17+2=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #311102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311102 is #CEEEFD. Grayscale: #181818. Windows color (decimal): -13561598 or 135473. OLE color: 135473.

HSL color Cylindrical-coordinate representation of color #311102: hue angle of 19.15º 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 #311102 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 17 2 -
CMYK 0 0.65 0.96 0.81
HSL 19.15º 0.92% 0.1% -
HSV(B) 19.15º 0.96% 0.19% -
XYZ 1.48 1.06 0.18 -
YUV 24.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 49 17 2 0 0.65 0.96 0.81 19.15 0.92 0.1
Hex 31 11 2 0 41 60 51 13 5C A
Octal 61 21 2 0 101 140 121 23 134 12
Binary 110001 10001 10 0 1000001 1100000 1010001 10011 1011100 1010

Color Harmonies of #311102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311102

Black with #311102

Text Example


Text Example

White with #311102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311102; }

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

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

background-color css

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

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

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

border-color css

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

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

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