#091F20

Color #091F20 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #091F20

Tints of Swamp #091F20

Color information

#091F20 (or 0x091F20) is unknown color: approx Swamp. HEX triplet: 09, 1F and 20. RGB value is (9,31,32). Sum of RGB (Red+Green+Blue) = 9+31+32=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #091F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F20 is #F6E0DF. Grayscale: #181818. Windows color (decimal): -16179424 or 2105097. OLE color: 2105097.

HSL color Cylindrical-coordinate representation of color #091F20: hue angle of 182.61º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091F20 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB93132-
CMYK0.720.0300.87
HSL182.61º56.1%8.04%-
HSV(B)182.61º71.88%12.55%-
XYZ0.861.141.54-
YUV24.54132.21116.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.5%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=12.5%
G=43.06%
B=44.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal931320.720.0300.87182.6156.18.04
Hex91F20483057b7388
Octal113740110301272677010
Binary10011111110000010010001101010111101101111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F20; }

 p { color: rgb(9,31,32); }

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

<style>
 a { background-color: #091F20; }

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

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

<style>
 span { border-color: #091F20; }

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

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