#092020

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

Shades of Swamp #092020

Tints of Swamp #092020

Color information

#092020 (or 0x092020) is unknown color: approx Swamp. HEX triplet: 09, 20 and 20. RGB value is (9,32,32). Sum of RGB (Red+Green+Blue) = 9+32+32=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #092020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092020 is #F6DFDF. Grayscale: #191919. Windows color (decimal): -16179168 or 2105353. OLE color: 2105353.

HSL color Cylindrical-coordinate representation of color #092020: hue angle of 180º 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 #092020 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB93232-
CMYK0.72000.87
HSL180º56.1%8.04%-
HSV(B)180º71.88%12.55%-
XYZ0.891.21.55-
YUV25.12131.88116.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.33%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=12.33%
G=43.84%
B=43.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal932320.72000.8718056.18.04
Hex92020480057b4388
Octal114040110001272647010
Binary10011000001000001001000001010111101101001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092020; }

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

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

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

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

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

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

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

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