#0F1E1F

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

Shades of Swamp #0F1E1F

Tints of Swamp #0F1E1F

Color information

#0F1E1F (or 0x0F1E1F) is unknown color: approx Swamp. HEX triplet: 0F, 1E and 1F. RGB value is (15,30,31). Sum of RGB (Red+Green+Blue) = 15+30+31=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F1E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E1F is #F0E1E0. Grayscale: #191919. Windows color (decimal): -15786465 or 2039311. OLE color: 2039311.

HSL color Cylindrical-coordinate representation of color #0F1E1F: hue angle of 183.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1E1F is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB153031-
CMYK0.520.0300.88
HSL183.75º34.78%9.02%-
HSV(B)183.75º51.61%12.16%-
XYZ0.911.131.47-
YUV25.63131.03120.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 19.74%
GREEN value IS 30 (12.11% from 255) = 39.47%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=19.74%
G=39.47%
B=40.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1530310.520.0300.88183.7534.789.02
HexF1E1F343058b8239
Octal17363764301302704311
Binary111111110111111101001101011000101110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1E1F; }

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

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

<style>
 a { background-color: #0F1E1F; }

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

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

<style>
 span { border-color: #0F1E1F; }

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

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