#0B1418

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

Shades of Black Pearl #0B1418

Tints of Black Pearl #0B1418

Color information

#0B1418 (or 0x0B1418) is unknown color: approx Black Pearl. HEX triplet: 0B, 14 and 18. RGB value is (11,20,24). Sum of RGB (Red+Green+Blue) = 11+20+24=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B1418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1418 is #F4EBE7. Grayscale: #111111. Windows color (decimal): -16051176 or 1577995. OLE color: 1577995.

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

Color convert

RGB112024-
CMYK0.540.1700.91
HSL198.46º37.14%6.86%-
HSV(B)198.46º54.17%9.41%-
XYZ0.550.640.96-
YUV17.76131.52123.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=20%
G=36.36%
B=43.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1120240.540.1700.91198.4637.146.86
HexB1418361105Bc6257
Octal13243066210133306457
Binary10111010011000110110100010101101111000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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