#071E1F

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

Shades of Swamp #071E1F

Tints of Swamp #071E1F

Color information

#071E1F (or 0x071E1F) is unknown color: approx Swamp. HEX triplet: 07, 1E and 1F. RGB value is (7,30,31). Sum of RGB (Red+Green+Blue) = 7+30+31=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #071E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071E1F is #F8E1E0. Grayscale: #171717. Windows color (decimal): -16310753 or 2039303. OLE color: 2039303.

HSL color Cylindrical-coordinate representation of color #071E1F: hue angle of 182.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #071E1F is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB73031-
CMYK0.770.0300.88
HSL182.5º63.16%7.45%-
HSV(B)182.5º77.42%12.16%-
XYZ0.81.071.46-
YUV23.24132.38116.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=10.29%
G=44.12%
B=45.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal730310.770.0300.88182.563.167.45
Hex71E1F4D3058b63f7
Octal7363711530130266777
Binary11111110111111001101110101100010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E1F; }

 p { color: rgb(7,30,31); }

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

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

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

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

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

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

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