#0F151C

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

Shades of Black Pearl #0F151C

Tints of Black Pearl #0F151C

Color information

#0F151C (or 0x0F151C) is unknown color: approx Black Pearl. HEX triplet: 0F, 15 and 1C. RGB value is (15,21,28). Sum of RGB (Red+Green+Blue) = 15+21+28=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F151C is #F0EAE3. Grayscale: #131313. Windows color (decimal): -15788772 or 1840399. OLE color: 1840399.

HSL color Cylindrical-coordinate representation of color #0F151C: hue angle of 212.31º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F151C is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152128-
CMYK0.460.2500.89
HSL212.31º30.23%8.43%-
HSV(B)212.31º46.43%10.98%-
XYZ0.670.721.2-
YUV20132.51124.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.44%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=23.44%
G=32.81%
B=43.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1521280.460.2500.89212.3130.238.43
HexF151C2E19059d41e8
Octal172534563101313243610
Binary11111010111100101110110010101100111010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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