#0F1718

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

Shades of Black Pearl #0F1718

Tints of Black Pearl #0F1718

Color information

#0F1718 (or 0x0F1718) is unknown color: approx Black Pearl. HEX triplet: 0F, 17 and 18. RGB value is (15,23,24). Sum of RGB (Red+Green+Blue) = 15+23+24=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1718 is #F0E8E7. Grayscale: #141414. Windows color (decimal): -15788264 or 1578767. OLE color: 1578767.

HSL color Cylindrical-coordinate representation of color #0F1718: hue angle of 186.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1718 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB152324-
CMYK0.370.0400.91
HSL186.67º23.08%7.65%-
HSV(B)186.67º37.5%9.41%-
XYZ0.670.780.98-
YUV20.72129.85123.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 24 (9.77% from 255) = 38.71%
R=24.19%
G=37.10%
B=38.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1523240.370.0400.91186.6723.087.65
HexF171825405Bbb178
Octal17273045401332732710
Binary111110111110001001011000101101110111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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