#011417

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

Shades of Black Pearl #011417

Tints of Black Pearl #011417

Color information

#011417 (or 0x011417) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 17. RGB value is (1,20,23). Sum of RGB (Red+Green+Blue) = 1+20+23=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #011417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011417 is #FEEBE8. Grayscale: #0E0E0E. Windows color (decimal): -16706537 or 1512449. OLE color: 1512449.

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

Color convert

RGB12023-
CMYK0.960.1300.91
HSL188.18º91.67%4.71%-
HSV(B)188.18º95.65%9.02%-
XYZ0.420.570.9-
YUV14.66132.71118.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=2.27%
G=45.45%
B=52.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal120230.960.1300.91188.1891.674.71
Hex1141760D05Bbc5c5
Octal124271401501332741345
Binary110100101111100000110101011011101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011417; }

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

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

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

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

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

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

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

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