#0F1418

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

Shades of Black Pearl #0F1418

Tints of Black Pearl #0F1418

Color information

#0F1418 (or 0x0F1418) is unknown color: approx Black Pearl. HEX triplet: 0F, 14 and 18. RGB value is (15,20,24). Sum of RGB (Red+Green+Blue) = 15+20+24=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1418 is #F0EBE7. Grayscale: #121212. Windows color (decimal): -15789032 or 1577999. OLE color: 1577999.

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

Color convert

RGB152024-
CMYK0.370.1700.91
HSL206.67º23.08%7.65%-
HSV(B)206.67º37.5%9.41%-
XYZ0.610.670.96-
YUV18.96130.84125.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=25.42%
G=33.90%
B=40.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1520240.370.1700.91206.6723.087.65
HexF1418251105Bcf178
Octal172430452101333172710
Binary11111010011000100101100010101101111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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