#0F1216

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

Shades of Black Pearl #0F1216

Tints of Black Pearl #0F1216

Color information

#0F1216 (or 0x0F1216) is unknown color: approx Black Pearl. HEX triplet: 0F, 12 and 16. RGB value is (15,18,22). Sum of RGB (Red+Green+Blue) = 15+18+22=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1216 is #F0EDE9. Grayscale: #111111. Windows color (decimal): -15789546 or 1446415. OLE color: 1446415.

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

Color convert

RGB151822-
CMYK0.320.1800.91
HSL214.29º18.92%7.25%-
HSV(B)214.29º31.82%8.63%-
XYZ0.560.590.84-
YUV17.56130.51126.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 22 (8.98% from 255) = 40%
R=27.27%
G=32.73%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1518220.320.1800.91214.2918.927.25
HexF1216201205Bd6137
Octal17222640220133326237
Binary1111100101011010000010010010110111101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,18,22); }

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

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

 a { background-color: rgb(15,18,22); }

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

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

 span { border-color: rgb(15,18,22); }

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