#1F0701

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

Shades of Seal Brown #1F0701

Tints of Seal Brown #1F0701

Color information

#1F0701 (or 0x1F0701) is unknown color: approx Seal Brown. HEX triplet: 1F, 07 and 01. RGB value is (31,7,1). Sum of RGB (Red+Green+Blue) = 31+7+1=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0701 is #E0F8FE. Grayscale: #0D0D0D. Windows color (decimal): -14743807 or 67359. OLE color: 67359.

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

Color convert

RGB3171-
CMYK00.770.970.88
HSL12º93.75%6.27%-
HSV(B)12º96.77%12.16%-
XYZ0.650.450.08-
YUV13.49120.95140.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 79.49%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=79.49%
G=17.95%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal317100.770.970.881293.756.27
Hex1F7104D6158c5e6
Octal37710115141130141366
Binary111111111010011011100001101100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,7,1); }

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

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

 a { background-color: rgb(31,7,1); }

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

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

 span { border-color: rgb(31,7,1); }

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