#0A1819

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

Shades of Black Pearl #0A1819

Tints of Black Pearl #0A1819

Color information

#0A1819 (or 0x0A1819) is unknown color: approx Black Pearl. HEX triplet: 0A, 18 and 19. RGB value is (10,24,25). Sum of RGB (Red+Green+Blue) = 10+24+25=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A1819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1819 is #F5E7E6. Grayscale: #131313. Windows color (decimal): -16115687 or 1644554. OLE color: 1644554.

HSL color Cylindrical-coordinate representation of color #0A1819: hue angle of 184º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A1819 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB102425-
CMYK0.600.0400.90
HSL184º42.86%6.86%-
HSV(B)184º60%9.8%-
XYZ0.630.791.04-
YUV19.93130.86120.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=16.95%
G=40.68%
B=42.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1024250.600.0400.9018442.866.86
HexA18193C405Ab82b7
Octal1230317440132270537
Binary101011000110011111001000101101010111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1819; }

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

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

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

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

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

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

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

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