#1F0C02

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

Shades of Seal Brown #1F0C02

Tints of Seal Brown #1F0C02

Color information

#1F0C02 (or 0x1F0C02) is unknown color: approx Seal Brown. HEX triplet: 1F, 0C and 02. RGB value is (31,12,2). Sum of RGB (Red+Green+Blue) = 31+12+2=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C02 is #E0F3FD. Grayscale: #101010. Windows color (decimal): -14742526 or 134175. OLE color: 134175.

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

Color convert

RGB31122-
CMYK00.610.940.88
HSL20.69º87.88%6.47%-
HSV(B)20.69º93.55%12.16%-
XYZ0.710.560.13-
YUV16.54119.79138.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 12 (5.08% from 255) = 26.67%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=68.89%
G=26.67%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3112200.610.940.8820.6987.886.47
Hex1FC203D5E5815586
Octal37142075136130251306
Binary11111110010011110110111101011000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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