#0F171B

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

Shades of Black Pearl #0F171B

Tints of Black Pearl #0F171B

Color information

#0F171B (or 0x0F171B) is unknown color: approx Black Pearl. HEX triplet: 0F, 17 and 1B. RGB value is (15,23,27). Sum of RGB (Red+Green+Blue) = 15+23+27=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F171B is #F0E8E4. Grayscale: #151515. Windows color (decimal): -15788261 or 1775375. OLE color: 1775375.

HSL color Cylindrical-coordinate representation of color #0F171B: hue angle of 200º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F171B is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB152327-
CMYK0.440.1500.89
HSL200º28.57%8.24%-
HSV(B)200º44.44%10.59%-
XYZ0.70.791.15-
YUV21.06131.35123.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.08%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=23.08%
G=35.38%
B=41.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1523270.440.1500.8920028.578.24
HexF171B2CF059c81d8
Octal172733541701313103510
Binary1111101111101110110011110101100111001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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