Html Css Color HEX #311003 Seal Brown

📋 copy color: '#311003'

red 49 ◦ green 16 ◦ blue 3

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

Shades of Seal Brown #311003

Tints of Seal Brown #311003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

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

R = 72.06%
G = 23.53%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#311003 (or 0x311003) is known color: Seal Brown. HEX triplet: 31, 10 and 03. RGB value is (49,16,3). Sum of RGB (Red+Green+Blue) = 49+16+3=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #311003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311003 is #CEEFFC. Grayscale: #181818. Windows color (decimal): -13561853 or 200753. OLE color: 200753.

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

Color convert

RGB 49 16 3 -
CMYK 0 0.67 0.94 0.81
HSL 16.96º 0.88% 0.1% -
HSV(B) 16.96º 0.94% 0.19% -
XYZ 1.47 1.03 0.21 -
YUV 24.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 49 16 3 0 0.67 0.94 0.81 16.96 0.88 0.1
Hex 31 10 3 0 43 5E 51 11 58 A
Octal 61 20 3 0 103 136 121 21 130 12
Binary 110001 10000 11 0 1000011 1011110 1010001 10001 1011000 1010

Color Harmonies of #311003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311003

Black with #311003

Text Example


Text Example

White with #311003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311003; }

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

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

background-color css

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

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

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

border-color css

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

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

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