#0F151E

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

Shades of Black Pearl #0F151E

Tints of Black Pearl #0F151E

Color information

#0F151E (or 0x0F151E) is unknown color: approx Black Pearl. HEX triplet: 0F, 15 and 1E. RGB value is (15,21,30). Sum of RGB (Red+Green+Blue) = 15+21+30=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F151E is #F0EAE1. Grayscale: #141414. Windows color (decimal): -15788770 or 1971471. OLE color: 1971471.

HSL color Cylindrical-coordinate representation of color #0F151E: hue angle of 216º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F151E is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB152130-
CMYK0.50.3000.88
HSL216º33.33%8.82%-
HSV(B)216º50%11.76%-
XYZ0.70.731.33-
YUV20.23133.51124.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 30 (12.11% from 255) = 45.45%
R=22.73%
G=31.82%
B=45.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1521300.50.3000.8821633.338.82
HexF151E321E058d8219
Octal172536623601303304111
Binary111110101111101100101111001011000110110001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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