#001013

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

Shades of Black Pearl #001013

Tints of Black Pearl #001013

Color information

#001013 (or 0x001013) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 13. RGB value is (0,16,19). Sum of RGB (Red+Green+Blue) = 0+16+19=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #001013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001013 is #FFEFEC. Grayscale: #0B0B0B. Windows color (decimal): -16773101 or 1249280. OLE color: 1249280.

HSL color Cylindrical-coordinate representation of color #001013: hue angle of 189.47º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001013 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB01619-
CMYK10.1600.93
HSL189.47º100%3.73%-
HSV(B)189.47º100%7.45%-
XYZ0.30.420.68-
YUV11.56132.2119.76-

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) = 45.71%
BLUE value IS 19 (7.81% from 255) = 54.29%
R=0%
G=45.71%
B=54.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0161910.1600.93189.471003.73
Hex01013641005Dbd644
Octal020231442001352751444
Binary0100001001111001001000001011101101111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001013; }

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

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

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

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

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

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

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

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