#0F1316

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

Shades of Black Pearl #0F1316

Tints of Black Pearl #0F1316

Color information

#0F1316 (or 0x0F1316) is unknown color: approx Black Pearl. HEX triplet: 0F, 13 and 16. RGB value is (15,19,22). Sum of RGB (Red+Green+Blue) = 15+19+22=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1316 is #F0ECE9. Grayscale: #121212. Windows color (decimal): -15789290 or 1446671. OLE color: 1446671.

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

Color convert

RGB151922-
CMYK0.320.1400.91
HSL205.71º18.92%7.25%-
HSV(B)205.71º31.82%8.63%-
XYZ0.570.630.85-
YUV18.15130.17125.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.79%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 22 (8.98% from 255) = 39.29%
R=26.79%
G=33.93%
B=39.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1519220.320.1400.91205.7118.927.25
HexF131620E05Bce137
Octal17232640160133316237
Binary111110011101101000001110010110111100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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