#0F171C

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

Shades of Black Pearl #0F171C

Tints of Black Pearl #0F171C

Color information

#0F171C (or 0x0F171C) is unknown color: approx Black Pearl. HEX triplet: 0F, 17 and 1C. RGB value is (15,23,28). Sum of RGB (Red+Green+Blue) = 15+23+28=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171C is #F0E8E3. Grayscale: #151515. Windows color (decimal): -15788260 or 1840911. OLE color: 1840911.

HSL color Cylindrical-coordinate representation of color #0F171C: hue angle of 203.08º 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 #0F171C is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152328-
CMYK0.460.1800.89
HSL203.08º30.23%8.43%-
HSV(B)203.08º46.43%10.98%-
XYZ0.710.81.22-
YUV21.18131.85123.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.73%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=22.73%
G=34.85%
B=42.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1523280.460.1800.89203.0830.238.43
HexF171C2E12059cb1e8
Octal172734562201313133610
Binary11111011111100101110100100101100111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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