#0F282B

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

Shades of Swamp #0F282B

Tints of Swamp #0F282B

Color information

#0F282B (or 0x0F282B) is unknown color: approx Swamp. HEX triplet: 0F, 28 and 2B. RGB value is (15,40,43). Sum of RGB (Red+Green+Blue) = 15+40+43=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F282B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F282B is #F0D7D4. Grayscale: #202020. Windows color (decimal): -15783893 or 2828303. OLE color: 2828303.

HSL color Cylindrical-coordinate representation of color #0F282B: hue angle of 186.43º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F282B is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB154043-
CMYK0.650.0700.83
HSL186.43º48.28%11.37%-
HSV(B)186.43º65.12%16.86%-
XYZ1.391.792.56-
YUV32.87133.72115.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 40 (16.02% from 255) = 40.82%
BLUE value IS 43 (17.19% from 255) = 43.88%
R=15.31%
G=40.82%
B=43.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1540430.650.0700.83186.4348.2811.37
HexF282B417053ba30b
Octal175053101701232726013
Binary1111101000101011100000111101010011101110101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,40,43); }

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

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

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

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

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

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

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