Html Css Color HEX #310803 Seal Brown

📋 copy color: '#310803'

red 49 ◦ green 8 ◦ blue 3

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

Shades of Seal Brown #310803

Tints of Seal Brown #310803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.33%

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

R = 81.67%
G = 13.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.81

RGB Variations

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

Color information

#310803 (or 0x310803) is known color: Seal Brown. HEX triplet: 31, 08 and 03. RGB value is (49,8,3). Sum of RGB (Red+Green+Blue) = 49+8+3=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310803 is #CEF7FC. Grayscale: #131313. Windows color (decimal): -13563901 or 198705. OLE color: 198705.

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

Color convert

RGB 49 8 3 -
CMYK 0 0.84 0.94 0.81
HSL 6.52º 0.88% 0.1% -
HSV(B) 6.52º 0.94% 0.19% -
XYZ 1.37 0.83 0.17 -
YUV 19.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 49 8 3 0 0.84 0.94 0.81 6.52 0.88 0.1
Hex 31 8 3 0 54 5E 51 7 58 A
Octal 61 10 3 0 124 136 121 7 130 12
Binary 110001 1000 11 0 1010100 1011110 1010001 111 1011000 1010

Color Harmonies of #310803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310803

Black with #310803

Text Example


Text Example

White with #310803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310803; }

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

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

background-color css

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

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

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

border-color css

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

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

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