#1F0602

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

Shades of Seal Brown #1F0602

Tints of Seal Brown #1F0602

Color information

#1F0602 (or 0x1F0602) is unknown color: approx Seal Brown. HEX triplet: 1F, 06 and 02. RGB value is (31,6,2). Sum of RGB (Red+Green+Blue) = 31+6+2=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0602 is #E0F9FD. Grayscale: #0D0D0D. Windows color (decimal): -14744062 or 132639. OLE color: 132639.

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

Color convert

RGB3162-
CMYK00.810.940.88
HSL8.28º87.88%6.47%-
HSV(B)8.28º93.55%12.16%-
XYZ0.640.430.11-
YUV13.02121.78140.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 79.49%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 2 (1.17% from 255) = 5.13%
R=79.49%
G=15.38%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal316200.810.940.888.2887.886.47
Hex1F620515E588586
Octal37620121136130101306
Binary1111111010010100011011110101100010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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