#1F0702

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

Shades of Seal Brown #1F0702

Tints of Seal Brown #1F0702

Color information

#1F0702 (or 0x1F0702) is unknown color: approx Seal Brown. HEX triplet: 1F, 07 and 02. RGB value is (31,7,2). Sum of RGB (Red+Green+Blue) = 31+7+2=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0702 is #E0F8FD. Grayscale: #0D0D0D. Windows color (decimal): -14743806 or 132895. OLE color: 132895.

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

Color convert

RGB3172-
CMYK00.770.940.88
HSL10.34º87.88%6.47%-
HSV(B)10.34º93.55%12.16%-
XYZ0.650.450.11-
YUV13.61121.45140.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 2 (1.17% from 255) = 5%
R=77.5%
G=17.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal317200.770.940.8810.3487.886.47
Hex1F7204D5E58a586
Octal37720115136130121306
Binary1111111110010011011011110101100010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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