#0B1616

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

Shades of Swamp #0B1616

Tints of Swamp #0B1616

Color information

#0B1616 (or 0x0B1616) is unknown color: approx Swamp. HEX triplet: 0B, 16 and 16. RGB value is (11,22,22). Sum of RGB (Red+Green+Blue) = 11+22+22=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #0B1616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1616 is #F4E9E9. Grayscale: #121212. Windows color (decimal): -16050666 or 1447435. OLE color: 1447435.

HSL color Cylindrical-coordinate representation of color #0B1616: hue angle of 180º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1616 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB112222-
CMYK0.5000.91
HSL180º33.33%6.47%-
HSV(B)180º50%8.63%-
XYZ0.570.70.86-
YUV18.71129.86122.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122220.5000.9118033.336.47
HexB161632005Bb4216
Octal1326266200133264416
Binary1011101101011011001000101101110110100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,22); }

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

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

 a { background-color: rgb(11,22,22); }

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

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

 span { border-color: rgb(11,22,22); }

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