#001317

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

Shades of Black Pearl #001317

Tints of Black Pearl #001317

Color information

#001317 (or 0x001317) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 17. RGB value is (0,19,23). Sum of RGB (Red+Green+Blue) = 0+19+23=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #001317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001317 is #FFECE8. Grayscale: #0D0D0D. Windows color (decimal): -16772329 or 1512192. OLE color: 1512192.

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

Color convert

RGB01923-
CMYK10.1700.91
HSL190.43º100%4.51%-
HSV(B)190.43º100%9.02%-
XYZ0.390.530.89-
YUV13.77133.21118.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=0%
G=45.24%
B=54.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0192310.1700.91190.431004.51
Hex01317641105Bbe645
Octal023271442101332761445
Binary0100111011111001001000101011011101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001317; }

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

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

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

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

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

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

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

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