#0B1818

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

Shades of Swamp #0B1818

Tints of Swamp #0B1818

Color information

#0B1818 (or 0x0B1818) is unknown color: approx Swamp. HEX triplet: 0B, 18 and 18. RGB value is (11,24,24). Sum of RGB (Red+Green+Blue) = 11+24+24=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #0B1818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1818 is #F4E7E7. Grayscale: #141414. Windows color (decimal): -16050152 or 1579019. OLE color: 1579019.

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

Color convert

RGB112424-
CMYK0.54000.91
HSL180º37.14%6.86%-
HSV(B)180º54.17%9.41%-
XYZ0.630.790.98-
YUV20.11130.19121.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=18.64%
G=40.68%
B=40.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124240.54000.9118037.146.86
HexB181836005Bb4257
Octal1330306600133264457
Binary1011110001100011011000101101110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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