#0F181D

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

Shades of Black Pearl #0F181D

Tints of Black Pearl #0F181D

Color information

#0F181D (or 0x0F181D) is unknown color: approx Black Pearl. HEX triplet: 0F, 18 and 1D. RGB value is (15,24,29). Sum of RGB (Red+Green+Blue) = 15+24+29=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 29 (11.72% from 255 or 42.65% from 68); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181D is #F0E7E2. Grayscale: #151515. Windows color (decimal): -15788003 or 1906703. OLE color: 1906703.

HSL color Cylindrical-coordinate representation of color #0F181D: hue angle of 201.43º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F181D is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152429-
CMYK0.480.1700.89
HSL201.43º31.82%8.63%-
HSV(B)201.43º48.28%11.37%-
XYZ0.750.841.29-
YUV21.88132.02123.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.06%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 29 (11.72% from 255) = 42.65%
R=22.06%
G=35.29%
B=42.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1524290.480.1700.89201.4331.828.63
HexF181D3011059c9209
Octal173035602101313114011
Binary111111000111011100001000101011001110010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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