#0F1515

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

Shades of Swamp #0F1515

Tints of Swamp #0F1515

Color information

#0F1515 (or 0x0F1515) is unknown color: approx Swamp. HEX triplet: 0F, 15 and 15. RGB value is (15,21,21). Sum of RGB (Red+Green+Blue) = 15+21+21=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: green, blue. Hex color #0F1515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1515 is #F0EAEA. Grayscale: #131313. Windows color (decimal): -15788779 or 1381647. OLE color: 1381647.

HSL color Cylindrical-coordinate representation of color #0F1515: hue angle of 180º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1515 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB152121-
CMYK0.29000.92
HSL180º16.67%7.06%-
HSV(B)180º28.57%8.24%-
XYZ0.60.690.81-
YUV19.21129.01125-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=26.32%
G=36.84%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1521210.29000.9218016.677.06
HexF15151D005Cb4117
Octal1725253500134264217
Binary11111010110101111010010111001011010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,21,21); }

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

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

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

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

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

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

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