#011419

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

Shades of Black Pearl #011419

Tints of Black Pearl #011419

Color information

#011419 (or 0x011419) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 19. RGB value is (1,20,25). Sum of RGB (Red+Green+Blue) = 1+20+25=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #011419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011419 is #FEEBE6. Grayscale: #0E0E0E. Windows color (decimal): -16706535 or 1643521. OLE color: 1643521.

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

Color convert

RGB12025-
CMYK0.960.2000.90
HSL192.5º92.31%5.1%-
HSV(B)192.5º96%9.8%-
XYZ0.440.581.01-
YUV14.89133.71118.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=2.17%
G=43.48%
B=54.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal120250.960.2000.90192.592.315.1
Hex11419601405Ac05c5
Octal124311402401323001345
Binary1101001100111000001010001011010110000001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011419; }

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

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

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

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

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

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

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

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