#1F0B03

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

Shades of Seal Brown #1F0B03

Tints of Seal Brown #1F0B03

Color information

#1F0B03 (or 0x1F0B03) is unknown color: approx Seal Brown. HEX triplet: 1F, 0B and 03. RGB value is (31,11,3). Sum of RGB (Red+Green+Blue) = 31+11+3=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B03 is #E0F4FC. Grayscale: #101010. Windows color (decimal): -14742781 or 199455. OLE color: 199455.

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

Color convert

RGB31113-
CMYK00.650.900.88
HSL17.14º82.35%6.67%-
HSV(B)17.14º90.32%12.16%-
XYZ0.70.540.15-
YUV16.07120.63138.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 11 (4.69% from 255) = 24.44%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=68.89%
G=24.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111300.650.900.8817.1482.356.67
Hex1FB30415A5811527
Octal371330101132130211227
Binary111111011110100000110110101011000100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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