#010D19

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

Shades of Black Pearl #010D19

Tints of Black Pearl #010D19

Color information

#010D19 (or 0x010D19) is unknown color: approx Black Pearl. HEX triplet: 01, 0D and 19. RGB value is (1,13,25). Sum of RGB (Red+Green+Blue) = 1+13+25=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #010D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D19 is #FEF2E6. Grayscale: #0A0A0A. Windows color (decimal): -16708327 or 1641729. OLE color: 1641729.

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

Color convert

RGB11325-
CMYK0.960.4800.90
HSL210º92.31%5.1%-
HSV(B)210º96%9.8%-
XYZ0.330.360.97-
YUV10.78136.02121.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 13 (5.47% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 64.10%
R=2.56%
G=33.33%
B=64.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal113250.960.4800.9021092.315.1
Hex1D19603005Ad25c5
Octal115311406001323221345
Binary1110111001110000011000001011010110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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