#001417

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

Shades of Black Pearl #001417

Tints of Black Pearl #001417

Color information

#001417 (or 0x001417) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 17. RGB value is (0,20,23). Sum of RGB (Red+Green+Blue) = 0+20+23=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #001417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001417 is #FFEBE8. Grayscale: #0E0E0E. Windows color (decimal): -16772073 or 1512448. OLE color: 1512448.

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

Color convert

RGB02023-
CMYK10.1300.91
HSL187.83º100%4.51%-
HSV(B)187.83º100%9.02%-
XYZ0.40.560.9-
YUV14.36132.87117.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=0%
G=46.51%
B=53.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0202310.1300.91187.831004.51
Hex0141764D05Bbc645
Octal024271441501332741445
Binary010100101111100100110101011011101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001417; }

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

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

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

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

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

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

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

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