#1F0603

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

Shades of Seal Brown #1F0603

Tints of Seal Brown #1F0603

Color information

#1F0603 (or 0x1F0603) is unknown color: approx Seal Brown. HEX triplet: 1F, 06 and 03. RGB value is (31,6,3). Sum of RGB (Red+Green+Blue) = 31+6+3=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0603 is #E0F9FC. Grayscale: #0D0D0D. Windows color (decimal): -14744061 or 198175. OLE color: 198175.

HSL color Cylindrical-coordinate representation of color #1F0603: hue angle of 6.43º 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 #1F0603 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.88.

Color convert

RGB3163-
CMYK00.810.900.88
HSL6.43º82.35%6.67%-
HSV(B)6.43º90.32%12.16%-
XYZ0.650.430.13-
YUV13.13122.28140.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 3 (1.56% from 255) = 7.5%
R=77.5%
G=15%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal316300.810.900.886.4382.356.67
Hex1F630515A586527
Octal3763012113213061227
Binary111111101101010001101101010110001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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