#1F0902

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

Shades of Seal Brown #1F0902

Tints of Seal Brown #1F0902

Color information

#1F0902 (or 0x1F0902) is unknown color: approx Seal Brown. HEX triplet: 1F, 09 and 02. RGB value is (31,9,2). Sum of RGB (Red+Green+Blue) = 31+9+2=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0902 is #E0F6FD. Grayscale: #0E0E0E. Windows color (decimal): -14743294 or 133407. OLE color: 133407.

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

Color convert

RGB3192-
CMYK00.710.940.88
HSL14.48º87.88%6.47%-
HSV(B)14.48º93.55%12.16%-
XYZ0.670.490.12-
YUV14.78120.79139.57-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=73.81%
G=21.43%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319200.710.940.8814.4887.886.47
Hex1F920475E58e586
Octal371120107136130161306
Binary11111100110010001111011110101100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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