#0F1315

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

Shades of Black Pearl #0F1315

Tints of Black Pearl #0F1315

Color information

#0F1315 (or 0x0F1315) is unknown color: approx Black Pearl. HEX triplet: 0F, 13 and 15. RGB value is (15,19,21). Sum of RGB (Red+Green+Blue) = 15+19+21=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F1315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1315 is #F0ECEA. Grayscale: #121212. Windows color (decimal): -15789291 or 1381135. OLE color: 1381135.

HSL color Cylindrical-coordinate representation of color #0F1315: hue angle of 200º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F1315 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB151921-
CMYK0.290.1000.92
HSL200º16.67%7.06%-
HSV(B)200º28.57%8.24%-
XYZ0.570.620.8-
YUV18.03129.67125.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.27%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=27.27%
G=34.55%
B=38.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1519210.290.1000.9220016.677.06
HexF13151DA05Cc8117
Octal17232535120134310217
Binary11111001110101111011010010111001100100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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