#0B1618

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

Shades of Black Pearl #0B1618

Tints of Black Pearl #0B1618

Color information

#0B1618 (or 0x0B1618) is unknown color: approx Black Pearl. HEX triplet: 0B, 16 and 18. RGB value is (11,22,24). Sum of RGB (Red+Green+Blue) = 11+22+24=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B1618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1618 is #F4E9E7. Grayscale: #121212. Windows color (decimal): -16050664 or 1578507. OLE color: 1578507.

HSL color Cylindrical-coordinate representation of color #0B1618: hue angle of 189.23º 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 #0B1618 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB112224-
CMYK0.540.0800.91
HSL189.23º37.14%6.86%-
HSV(B)189.23º54.17%9.41%-
XYZ0.590.710.97-
YUV18.94130.86122.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=19.30%
G=38.60%
B=42.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1122240.540.0800.91189.2337.146.86
HexB161836805Bbd257
Octal13263066100133275457
Binary1011101101100011011010000101101110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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