#000A19

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

Shades of Black Pearl #000A19

Tints of Black Pearl #000A19

Color information

#000A19 (or 0x000A19) is unknown color: approx Black Pearl. HEX triplet: 00, 0A and 19. RGB value is (0,10,25). Sum of RGB (Red+Green+Blue) = 0+10+25=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #000A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A19 is #FFF5E6. Grayscale: #080808. Windows color (decimal): -16774631 or 1640960. OLE color: 1640960.

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

Color convert

RGB01025-
CMYK10.6000.90
HSL216º100%4.9%-
HSV(B)216º100%9.8%-
XYZ0.280.290.96-
YUV8.72137.19121.78-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 71.43%
R=0%
G=28.57%
B=71.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0102510.6000.902161004.9
Hex0A19643C05Ad8645
Octal012311447401323301445
Binary0101011001110010011110001011010110110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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