Html Css Color HEX #091F1F Swamp

📋 copy color: '#091F1F'

red 9 ◦ green 31 ◦ blue 31

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

Shades of Swamp #091F1F

Tints of Swamp #091F1F

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

 M value IS 0

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

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

RGB 9 31 31 -
CMYK 0.71 0 0 0.88
HSL 180º 0.55% 0.08% -
HSV(B) 180º 0.71% 0.12% -
XYZ 0.85 1.14 1.47 -
YUV 24.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 9 31 31 0.71 0 0 0.88 180 0.55 0.08
Hex 9 1F 1F 47 0 0 58 B4 37 8
Octal 11 37 37 107 0 0 130 264 67 10
Binary 1001 11111 11111 1000111 0 0 1011000 10110100 110111 1000

Color Harmonies of #091F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F1F

Black with #091F1F

Text Example


Text Example

White with #091F1F

Text Example


Text Example

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