#010F17

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

Shades of Black Pearl #010F17

Tints of Black Pearl #010F17

Color information

#010F17 (or 0x010F17) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 17. RGB value is (1,15,23). Sum of RGB (Red+Green+Blue) = 1+15+23=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #010F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010F17 is #FEF0E8. Grayscale: #0B0B0B. Windows color (decimal): -16707817 or 1511169. OLE color: 1511169.

HSL color Cylindrical-coordinate representation of color #010F17: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010F17 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11523-
CMYK0.960.3500.91
HSL201.82º91.67%4.71%-
HSV(B)201.82º95.65%9.02%-
XYZ0.340.410.87-
YUV11.73134.36120.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 23 (9.38% from 255) = 58.97%
R=2.56%
G=38.46%
B=58.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal115230.960.3500.91201.8291.674.71
Hex1F17602305Bca5c5
Octal117271404301333121345
Binary1111110111110000010001101011011110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F17; }

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

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

<style>
 a { background-color: #010F17; }

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

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

<style>
 span { border-color: #010F17; }

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

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