#1F0903

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

Shades of Seal Brown #1F0903

Tints of Seal Brown #1F0903

Color information

#1F0903 (or 0x1F0903) is unknown color: approx Seal Brown. HEX triplet: 1F, 09 and 03. RGB value is (31,9,3). Sum of RGB (Red+Green+Blue) = 31+9+3=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0903 is #E0F6FC. Grayscale: #0E0E0E. Windows color (decimal): -14743293 or 198943. OLE color: 198943.

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

Color convert

RGB3193-
CMYK00.710.900.88
HSL12.86º82.35%6.67%-
HSV(B)12.86º90.32%12.16%-
XYZ0.680.490.15-
YUV14.89121.29139.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 72.09%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=72.09%
G=20.93%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal319300.710.900.8812.8682.356.67
Hex1F930475A58d527
Octal371130107132130151227
Binary11111100111010001111011010101100011011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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