#091F1F

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

Shades of Swamp #091F1F

Tints of Swamp #091F1F

Color information

#091F1F (or 0x091F1F) is unknown color: approx Swamp. HEX triplet: 09, 1F and 1F. RGB value is (9,31,31). Sum of RGB (Red+Green+Blue) = 9+31+31=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #091F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F1F is #F6E0E0. Grayscale: #181818. Windows color (decimal): -16179425 or 2039561. OLE color: 2039561.

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

Color convert

RGB93131-
CMYK0.71000.88
HSL180º55%7.84%-
HSV(B)180º70.97%12.16%-
XYZ0.851.141.47-
YUV24.42131.71117-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.68%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 31 (12.5% from 255) = 43.66%
R=12.68%
G=43.66%
B=43.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal931310.71000.88180557.84
Hex91F1F470058b4378
Octal113737107001302646710
Binary100111111111111000111001011000101101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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