#310A01

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

Shades of Seal Brown #310A01

Tints of Seal Brown #310A01

Color information

#310A01 (or 0x310A01) is unknown color: approx Seal Brown. HEX triplet: 31, 0A and 01. RGB value is (49,10,1). Sum of RGB (Red+Green+Blue) = 49+10+1=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A01 is #CEF5FE. Grayscale: #141414. Windows color (decimal): -13563391 or 68145. OLE color: 68145.

HSL color Cylindrical-coordinate representation of color #310A01: hue angle of 11.25º 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 #310A01 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49101-
CMYK00.800.980.81
HSL11.25º96%9.8%-
HSV(B)11.25º97.96%19.22%-
XYZ1.380.870.12-
YUV20.64116.92148.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 81.67%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=81.67%
G=16.67%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4910100.800.980.8111.25969.8
Hex31A10506251b60a
Octal6112101201421211314012
Binary110001101010101000011000101010001101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A01; }

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

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

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

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

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

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

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

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