#011329

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

Shades of Black Pearl #011329

Tints of Black Pearl #011329

Color information

#011329 (or 0x011329) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 29. RGB value is (1,19,41). Sum of RGB (Red+Green+Blue) = 1+19+41=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #011329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011329 is #FEECD6. Grayscale: #101010. Windows color (decimal): -16706775 or 2691841. OLE color: 2691841.

HSL color Cylindrical-coordinate representation of color #011329: hue angle of 213º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011329 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11941-
CMYK0.980.5400.84
HSL213º95.24%8.24%-
HSV(B)213º97.56%16.08%-
XYZ0.650.632.19-
YUV16.13142.04117.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=1.64%
G=31.15%
B=67.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal119410.980.5400.8421395.248.24
Hex113296236054d55f8
Octal1235114266012432513710
Binary1100111010011100010110110010101001101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011329; }

 p { color: rgb(1,19,41); }

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

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

 a { background-color: rgb(1,19,41); }

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

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

 span { border-color: rgb(1,19,41); }

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