#1F0900

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

Shades of Seal Brown #1F0900

Tints of Seal Brown #1F0900

Color information

#1F0900 (or 0x1F0900) is unknown color: approx Seal Brown. HEX triplet: 1F, 09 and 00. RGB value is (31,9,0). Sum of RGB (Red+Green+Blue) = 31+9+0=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0900 is #E0F6FF. Grayscale: #0E0E0E. Windows color (decimal): -14743296 or 2335. OLE color: 2335.

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

Color convert

RGB3190-
CMYK00.7110.88
HSL17.42º100%6.08%-
HSV(B)17.42º100%12.16%-
XYZ0.660.490.06-
YUV14.55119.79139.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.5%
G=22.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319000.7110.8817.421006.08
Hex1F90047645811646
Octal371100107144130211446
Binary11111100100100011111001001011000100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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