#0F171D

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

Shades of Black Pearl #0F171D

Tints of Black Pearl #0F171D

Color information

#0F171D (or 0x0F171D) is unknown color: approx Black Pearl. HEX triplet: 0F, 17 and 1D. RGB value is (15,23,29). Sum of RGB (Red+Green+Blue) = 15+23+29=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171D is #F0E8E2. Grayscale: #151515. Windows color (decimal): -15788259 or 1906447. OLE color: 1906447.

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

Color convert

RGB152329-
CMYK0.480.2100.89
HSL205.71º31.82%8.63%-
HSV(B)205.71º48.28%11.37%-
XYZ0.730.81.28-
YUV21.29132.35123.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 22.39%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 29 (11.72% from 255) = 43.28%
R=22.39%
G=34.33%
B=43.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1523290.480.2100.89205.7131.828.63
HexF171D3015059ce209
Octal172735602501313164011
Binary111110111111011100001010101011001110011101000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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