#000D19

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

Shades of Black Pearl #000D19

Tints of Black Pearl #000D19

Color information

#000D19 (or 0x000D19) is unknown color: approx Black Pearl. HEX triplet: 00, 0D and 19. RGB value is (0,13,25). Sum of RGB (Red+Green+Blue) = 0+13+25=38 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #000D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D19 is #FFF2E6. Grayscale: #0A0A0A. Windows color (decimal): -16773863 or 1641728. OLE color: 1641728.

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

Color convert

RGB01325-
CMYK10.4800.90
HSL208.8º100%4.9%-
HSV(B)208.8º100%9.8%-
XYZ0.320.360.97-
YUV10.48136.19120.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 25 (10.16% from 255) = 65.79%
R=0%
G=34.21%
B=65.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0132510.4800.90208.81004.9
Hex0D19643005Ad1645
Octal015311446001323211445
Binary0110111001110010011000001011010110100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000D19; }

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

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

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

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

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

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

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

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