#1F0901

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

Shades of Seal Brown #1F0901

Tints of Seal Brown #1F0901

Color information

#1F0901 (or 0x1F0901) is unknown color: approx Seal Brown. HEX triplet: 1F, 09 and 01. RGB value is (31,9,1). Sum of RGB (Red+Green+Blue) = 31+9+1=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0901 is #E0F6FE. Grayscale: #0E0E0E. Windows color (decimal): -14743295 or 67871. OLE color: 67871.

HSL color Cylindrical-coordinate representation of color #1F0901: hue angle of 16º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0901 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB3191-
CMYK00.710.970.88
HSL16º93.75%6.27%-
HSV(B)16º96.77%12.16%-
XYZ0.670.490.09-
YUV14.67120.29139.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 75.61%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=75.61%
G=21.95%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319100.710.970.881693.756.27
Hex1F910476158105e6
Octal371110107141130201366
Binary11111100110100011111000011011000100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0901; }

 p { color: rgb(31,9,1); }

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

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

 a { background-color: rgb(31,9,1); }

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

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

 span { border-color: rgb(31,9,1); }

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