#010A19

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

Shades of Black Pearl #010A19

Tints of Black Pearl #010A19

Color information

#010A19 (or 0x010A19) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 19. RGB value is (1,10,25). Sum of RGB (Red+Green+Blue) = 1+10+25=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #010A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A19 is #FEF5E6. Grayscale: #080808. Windows color (decimal): -16709095 or 1640961. OLE color: 1640961.

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

Color convert

RGB11025-
CMYK0.960.6000.90
HSL217.5º92.31%5.1%-
HSV(B)217.5º96%9.8%-
XYZ0.30.290.96-
YUV9.02137.02122.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=2.78%
G=27.78%
B=69.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal110250.960.6000.90217.592.315.1
Hex1A19603C05Ada5c5
Octal112311407401323321345
Binary1101011001110000011110001011010110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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