#011119

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

Shades of Black Pearl #011119

Tints of Black Pearl #011119

Color information

#011119 (or 0x011119) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 19. RGB value is (1,17,25). Sum of RGB (Red+Green+Blue) = 1+17+25=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #011119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011119 is #FEEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16707303 or 1642753. OLE color: 1642753.

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

Color convert

RGB11725-
CMYK0.960.3200.90
HSL200º92.31%5.1%-
HSV(B)200º96%9.8%-
XYZ0.390.480.99-
YUV13.13134.7119.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 25 (10.16% from 255) = 58.14%
R=2.33%
G=39.53%
B=58.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal117250.960.3200.9020092.315.1
Hex11119602005Ac85c5
Octal121311404001323101345
Binary11000111001110000010000001011010110010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011119; }

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

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

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

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

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

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

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

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