#0F181C

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

Shades of Black Pearl #0F181C

Tints of Black Pearl #0F181C

Color information

#0F181C (or 0x0F181C) is unknown color: approx Black Pearl. HEX triplet: 0F, 18 and 1C. RGB value is (15,24,28). Sum of RGB (Red+Green+Blue) = 15+24+28=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181C is #F0E7E3. Grayscale: #151515. Windows color (decimal): -15788004 or 1841167. OLE color: 1841167.

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

Color convert

RGB152428-
CMYK0.460.1400.89
HSL198.46º30.23%8.43%-
HSV(B)198.46º46.43%10.98%-
XYZ0.730.841.22-
YUV21.76131.52123.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=22.39%
G=35.82%
B=41.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1524280.460.1400.89198.4630.238.43
HexF181C2EE059c61e8
Octal173034561601313063610
Binary1111110001110010111011100101100111000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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