#1F0402

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

Shades of Seal Brown #1F0402

Tints of Seal Brown #1F0402

Color information

#1F0402 (or 0x1F0402) is unknown color: approx Seal Brown. HEX triplet: 1F, 04 and 02. RGB value is (31,4,2). Sum of RGB (Red+Green+Blue) = 31+4+2=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0402 is #E0FBFD. Grayscale: #0B0B0B. Windows color (decimal): -14744574 or 132127. OLE color: 132127.

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

Color convert

RGB3142-
CMYK00.870.940.88
HSL4.14º87.88%6.47%-
HSV(B)4.14º93.55%12.16%-
XYZ0.620.380.1-
YUV11.84122.45141.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 83.78%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=83.78%
G=10.81%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal314200.870.940.884.1487.886.47
Hex1F420575E584586
Octal3742012713613041306
Binary111111001001010111101111010110001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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