#001316

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

Shades of Black Pearl #001316

Tints of Black Pearl #001316

Color information

#001316 (or 0x001316) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 16. RGB value is (0,19,22). Sum of RGB (Red+Green+Blue) = 0+19+22=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #001316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001316 is #FFECE9. Grayscale: #0D0D0D. Windows color (decimal): -16772330 or 1446656. OLE color: 1446656.

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

Color convert

RGB01922-
CMYK10.1400.91
HSL188.18º100%4.31%-
HSV(B)188.18º100%8.63%-
XYZ0.380.520.84-
YUV13.66132.71118.26-

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) = 46.34%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=0%
G=46.34%
B=53.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0192210.1400.91188.181004.31
Hex0131664E05Bbc644
Octal023261441601332741444
Binary010011101101100100111001011011101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001316; }

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

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

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

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

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

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

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

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