#061E1F

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

Shades of Swamp #061E1F

Tints of Swamp #061E1F

Color information

#061E1F (or 0x061E1F) is unknown color: approx Swamp. HEX triplet: 06, 1E and 1F. RGB value is (6,30,31). Sum of RGB (Red+Green+Blue) = 6+30+31=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #061E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1F is #F9E1E0. Grayscale: #161616. Windows color (decimal): -16376289 or 2039302. OLE color: 2039302.

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

Color convert

RGB63031-
CMYK0.810.0300.88
HSL182.4º67.57%7.25%-
HSV(B)182.4º80.65%12.16%-
XYZ0.791.071.46-
YUV22.94132.55115.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 31 (12.5% from 255) = 46.27%
R=8.96%
G=44.78%
B=46.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal630310.810.0300.88182.467.577.25
Hex61E1F513058b6447
Octal63637121301302661047
Binary110111101111110100011101011000101101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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