#1F0500

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

Shades of Seal Brown #1F0500

Tints of Seal Brown #1F0500

Color information

#1F0500 (or 0x1F0500) is unknown color: approx Seal Brown. HEX triplet: 1F, 05 and 00. RGB value is (31,5,0). Sum of RGB (Red+Green+Blue) = 31+5+0=36 (4% of max value = 765). Red value is 31 (12.5% from 255 or 86.11% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0500 is #E0FAFF. Grayscale: #0C0C0C. Windows color (decimal): -14744320 or 1311. OLE color: 1311.

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

Color convert

RGB3150-
CMYK00.8410.88
HSL9.68º100%6.08%-
HSV(B)9.68º100%12.16%-
XYZ0.620.40.04-
YUV12.2121.11141.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 86.11%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.11%
G=13.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315000.8410.889.681006.08
Hex1F500546458a646
Octal37500124144130121446
Binary111111010010101001100100101100010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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