#0F1617

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

Shades of Black Pearl #0F1617

Tints of Black Pearl #0F1617

Color information

#0F1617 (or 0x0F1617) is unknown color: approx Black Pearl. HEX triplet: 0F, 16 and 17. RGB value is (15,22,23). Sum of RGB (Red+Green+Blue) = 15+22+23=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #0F1617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1617 is #F0E9E8. Grayscale: #141414. Windows color (decimal): -15788521 or 1512975. OLE color: 1512975.

HSL color Cylindrical-coordinate representation of color #0F1617: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1617 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB152223-
CMYK0.350.0400.91
HSL187.5º21.05%7.45%-
HSV(B)187.5º34.78%9.02%-
XYZ0.640.740.92-
YUV20.02129.68124.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=25%
G=36.67%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1522230.350.0400.91187.521.057.45
HexF161723405Bbc157
Octal1726274340133274257
Binary11111011010111100011100010110111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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