Html Css Color HEX #091F20 Swamp

📋 copy color: '#091F20'

red 9 ◦ green 31 ◦ blue 32

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

Shades of Swamp #091F20

Tints of Swamp #091F20

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

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091F20 (or 0x091F20) is known color: 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

RGB 9 31 32 -
CMYK 0.72 0.03 0 0.87
HSL 182.61º 0.56% 0.08% -
HSV(B) 182.61º 0.72% 0.13% -
XYZ 0.86 1.14 1.54 -
YUV 24.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 9 31 32 0.72 0.03 0 0.87 182.61 0.56 0.08
Hex 9 1F 20 48 3 0 57 B7 38 8
Octal 11 37 40 110 3 0 127 267 70 10
Binary 1001 11111 100000 1001000 11 0 1010111 10110111 111000 1000

Color Harmonies of #091F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F20

Black with #091F20

Text Example


Text Example

White with #091F20

Text Example


Text Example

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