#311001

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

Shades of Seal Brown #311001

Tints of Seal Brown #311001

Color information

#311001 (or 0x311001) is unknown color: approx Seal Brown. HEX triplet: 31, 10 and 01. RGB value is (49,16,1). Sum of RGB (Red+Green+Blue) = 49+16+1=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #311001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311001 is #CEEFFE. Grayscale: #181818. Windows color (decimal): -13561855 or 69681. OLE color: 69681.

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

Color convert

RGB49161-
CMYK00.670.980.81
HSL18.75º96%9.8%-
HSV(B)18.75º97.96%19.22%-
XYZ1.461.030.15-
YUV24.16114.93145.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 74.24%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=74.24%
G=24.24%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4916100.670.980.8118.75969.8
Hex3110104362511360a
Octal6120101031421212314012
Binary11000110000101000011110001010100011001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311001; }

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

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

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

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

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

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

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

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