#1F0501

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

Shades of Seal Brown #1F0501

Tints of Seal Brown #1F0501

Color information

#1F0501 (or 0x1F0501) is unknown color: approx Seal Brown. HEX triplet: 1F, 05 and 01. RGB value is (31,5,1). Sum of RGB (Red+Green+Blue) = 31+5+1=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0501 is #E0FAFE. Grayscale: #0C0C0C. Windows color (decimal): -14744319 or 66847. OLE color: 66847.

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

Color convert

RGB3151-
CMYK00.840.970.88
HSL93.75%6.27%-
HSV(B)96.77%12.16%-
XYZ0.620.40.07-
YUV12.32121.61141.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 83.78%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=83.78%
G=13.51%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315100.840.970.88893.756.27
Hex1F51054615885e6
Octal37510124141130101366
Binary111111011010101001100001101100010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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