#310F01

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

Shades of Seal Brown #310F01

Tints of Seal Brown #310F01

Color information

#310F01 (or 0x310F01) is unknown color: approx Seal Brown. HEX triplet: 31, 0F and 01. RGB value is (49,15,1). Sum of RGB (Red+Green+Blue) = 49+15+1=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #310F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F01 is #CEF0FE. Grayscale: #171717. Windows color (decimal): -13562111 or 69425. OLE color: 69425.

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

Color convert

RGB49151-
CMYK00.690.980.81
HSL17.5º96%9.8%-
HSV(B)17.5º97.96%19.22%-
XYZ1.4410.15-
YUV23.57115.26146.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 75.38%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=75.38%
G=23.08%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4915100.690.980.8117.5969.8
Hex31F104562511260a
Octal6117101051421212214012
Binary1100011111101000101110001010100011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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