#1F0303

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

Shades of Seal Brown #1F0303

Tints of Seal Brown #1F0303

Color information

#1F0303 (or 0x1F0303) is unknown color: approx Seal Brown. HEX triplet: 1F, 03 and 03. RGB value is (31,3,3). Sum of RGB (Red+Green+Blue) = 31+3+3=37 (4% of max value = 765). Red value is 31 (12.5% from 255 or 83.78% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0303 is #E0FCFC. Grayscale: #0B0B0B. Windows color (decimal): -14744829 or 197407. OLE color: 197407.

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

Color convert

RGB3133-
CMYK00.900.900.88
HSL82.35%6.67%-
HSV(B)90.32%12.16%-
XYZ0.610.360.12-
YUV11.37123.28142-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 83.78%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 3 (1.56% from 255) = 8.11%
R=83.78%
G=8.11%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313300.900.900.88082.356.67
Hex1F3305A5A580527
Octal3733013213213001227
Binary111111111010110101011010101100001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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