#001017

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

Shades of Black Pearl #001017

Tints of Black Pearl #001017

Color information

#001017 (or 0x001017) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 17. RGB value is (0,16,23). Sum of RGB (Red+Green+Blue) = 0+16+23=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 16 (6.64% from 255 or 41.03% 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 #001017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001017 is #FFEFE8. Grayscale: #0B0B0B. Windows color (decimal): -16773097 or 1511424. OLE color: 1511424.

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

Color convert

RGB01623-
CMYK10.3000.91
HSL198.26º100%4.51%-
HSV(B)198.26º100%9.02%-
XYZ0.340.430.88-
YUV12.01134.2119.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 23 (9.38% from 255) = 58.97%
R=0%
G=41.03%
B=58.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0162310.3000.91198.261004.51
Hex01017641E05Bc6645
Octal020271443601333061445
Binary0100001011111001001111001011011110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001017; }

 p { color: rgb(0,16,23); }

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

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

 a { background-color: rgb(0,16,23); }

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

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

 span { border-color: rgb(0,16,23); }

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