#0B1717

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

Shades of Swamp #0B1717

Tints of Swamp #0B1717

Color information

#0B1717 (or 0x0B1717) is unknown color: approx Swamp. HEX triplet: 0B, 17 and 17. RGB value is (11,23,23). Sum of RGB (Red+Green+Blue) = 11+23+23=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: green, blue. Hex color #0B1717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1717 is #F4E8E8. Grayscale: #131313. Windows color (decimal): -16050409 or 1513227. OLE color: 1513227.

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

Color convert

RGB112323-
CMYK0.52000.91
HSL180º35.29%6.67%-
HSV(B)180º52.17%9.02%-
XYZ0.60.750.92-
YUV19.41130.02122-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 23 (9.38% from 255) = 40.35%
R=19.30%
G=40.35%
B=40.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1123230.52000.9118035.296.67
HexB171734005Bb4237
Octal1327276400133264437
Binary1011101111011111010000101101110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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