#011017

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

Shades of Black Pearl #011017

Tints of Black Pearl #011017

Color information

#011017 (or 0x011017) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 17. RGB value is (1,16,23). Sum of RGB (Red+Green+Blue) = 1+16+23=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #011017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011017 is #FEEFE8. Grayscale: #0C0C0C. Windows color (decimal): -16707561 or 1511425. OLE color: 1511425.

HSL color Cylindrical-coordinate representation of color #011017: hue angle of 199.09º 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 #011017 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11623-
CMYK0.960.3000.91
HSL199.09º91.67%4.71%-
HSV(B)199.09º95.65%9.02%-
XYZ0.350.440.88-
YUV12.31134.03119.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 16 (6.64% from 255) = 40%
BLUE value IS 23 (9.38% from 255) = 57.5%
R=2.5%
G=40%
B=57.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal116230.960.3000.91199.0991.674.71
Hex11017601E05Bc75c5
Octal120271403601333071345
Binary1100001011111000001111001011011110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011017; }

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

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

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

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

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

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

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

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