#1F0404

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

Shades of Seal Brown #1F0404

Tints of Seal Brown #1F0404

Color information

#1F0404 (or 0x1F0404) is unknown color: approx Seal Brown. HEX triplet: 1F, 04 and 04. RGB value is (31,4,4). Sum of RGB (Red+Green+Blue) = 31+4+4=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 4 (1.95% from 255 or 10.26% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0404 is #E0FBFB. Grayscale: #0C0C0C. Windows color (decimal): -14744572 or 263199. OLE color: 263199.

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

Color convert

RGB3144-
CMYK00.870.870.88
HSL77.14%6.86%-
HSV(B)87.1%12.16%-
XYZ0.630.390.16-
YUV12.07123.45141.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 79.49%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 4 (1.95% from 255) = 10.26%
R=79.49%
G=10.26%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal314400.870.870.88077.146.86
Hex1F44057575804d7
Octal3744012712713001157
Binary11111100100010101111010111101100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,4,4); }

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

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

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

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

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

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

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