Html Css Color HEX #092020 Swamp

📋 copy color: '#092020'

red 9 ◦ green 32 ◦ blue 32

#092020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #092020

Tints of Swamp #092020

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 value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#092020 (or 0x092020) is known color: 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

RGB 9 32 32 -
CMYK 0.72 0 0 0.87
HSL 180º 0.56% 0.08% -
HSV(B) 180º 0.72% 0.13% -
XYZ 0.89 1.2 1.55 -
YUV 25.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 9 32 32 0.72 0 0 0.87 180 0.56 0.08
Hex 9 20 20 48 0 0 57 B4 38 8
Octal 11 40 40 110 0 0 127 264 70 10
Binary 1001 100000 100000 1001000 0 0 1010111 10110100 111000 1000

Color Harmonies of #092020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092020

Black with #092020

Text Example


Text Example

White with #092020

Text Example


Text Example

HTML Codes & Css Web 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>