#001219

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

Shades of Black Pearl #001219

Tints of Black Pearl #001219

Color information

#001219 (or 0x001219) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 19. RGB value is (0,18,25). Sum of RGB (Red+Green+Blue) = 0+18+25=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #001219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001219 is #FFEDE6. Grayscale: #0D0D0D. Windows color (decimal): -16772583 or 1643008. OLE color: 1643008.

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

Color convert

RGB01825-
CMYK10.2800.90
HSL196.8º100%4.9%-
HSV(B)196.8º100%9.8%-
XYZ0.390.51-
YUV13.42134.54118.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=0%
G=41.86%
B=58.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0182510.2800.90196.81004.9
Hex01219641C05Ac5645
Octal022311443401323051445
Binary0100101100111001001110001011010110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001219; }

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

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

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

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

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

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

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

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