#001319

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

Shades of Black Pearl #001319

Tints of Black Pearl #001319

Color information

#001319 (or 0x001319) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 19. RGB value is (0,19,25). Sum of RGB (Red+Green+Blue) = 0+19+25=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #001319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001319 is #FFECE6. Grayscale: #0D0D0D. Windows color (decimal): -16772327 or 1643264. OLE color: 1643264.

HSL color Cylindrical-coordinate representation of color #001319: hue angle of 194.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001319 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB01925-
CMYK10.2400.90
HSL194.4º100%4.9%-
HSV(B)194.4º100%9.8%-
XYZ0.410.541-
YUV14134.21118.01-

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) = 43.18%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=0%
G=43.18%
B=56.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0192510.2400.90194.41004.9
Hex01319641805Ac2645
Octal023311443001323021445
Binary0100111100111001001100001011010110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001319; }

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

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

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

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

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

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

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

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