#1F0B0B

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

Shades of Seal Brown #1F0B0B

Tints of Seal Brown #1F0B0B

Color information

#1F0B0B (or 0x1F0B0B) is unknown color: approx Seal Brown. HEX triplet: 1F, 0B and 0B. RGB value is (31,11,11). Sum of RGB (Red+Green+Blue) = 31+11+11=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0B is #E0F4F4. Grayscale: #111111. Windows color (decimal): -14742773 or 723743. OLE color: 723743.

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

Color convert

RGB311111-
CMYK00.650.650.88
HSL47.62%8.24%-
HSV(B)64.52%12.16%-
XYZ0.750.550.38-
YUV16.98124.63138-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=58.49%
G=20.75%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111100.650.650.88047.628.24
Hex1FBB04141580308
Octal371313010110113006010
Binary1111110111011010000011000001101100001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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