#1F0803

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

Shades of Seal Brown #1F0803

Tints of Seal Brown #1F0803

Color information

#1F0803 (or 0x1F0803) is unknown color: approx Seal Brown. HEX triplet: 1F, 08 and 03. RGB value is (31,8,3). Sum of RGB (Red+Green+Blue) = 31+8+3=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0803 is #E0F7FC. Grayscale: #0E0E0E. Windows color (decimal): -14743549 or 198687. OLE color: 198687.

HSL color Cylindrical-coordinate representation of color #1F0803: hue angle of 10.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0803 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB3183-
CMYK00.740.900.88
HSL10.71º82.35%6.67%-
HSV(B)10.71º90.32%12.16%-
XYZ0.670.470.14-
YUV14.31121.62139.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=73.81%
G=19.05%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal318300.740.900.8810.7182.356.67
Hex1F8304A5A58b527
Octal371030112132130131227
Binary11111100011010010101011010101100010111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,3); }

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

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

 a { background-color: rgb(31,8,3); }

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

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

 span { border-color: rgb(31,8,3); }

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