#001014

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

Shades of Black Pearl #001014

Tints of Black Pearl #001014

Color information

#001014 (or 0x001014) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 14. RGB value is (0,16,20). Sum of RGB (Red+Green+Blue) = 0+16+20=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #001014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001014 is #FFEFEB. Grayscale: #0B0B0B. Windows color (decimal): -16773100 or 1314816. OLE color: 1314816.

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

Color convert

RGB01620-
CMYK10.2000.92
HSL192º100%3.92%-
HSV(B)192º100%7.84%-
XYZ0.310.420.73-
YUV11.67132.7119.67-

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) = 44.44%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal0162010.2000.921921003.92
Hex01014641405Cc0644
Octal020241442401343001444
Binary0100001010011001001010001011100110000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001014; }

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

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

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

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

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

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

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

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