#011426

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

Shades of Black Pearl #011426

Tints of Black Pearl #011426

Color information

#011426 (or 0x011426) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 26. RGB value is (1,20,38). Sum of RGB (Red+Green+Blue) = 1+20+38=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #011426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011426 is #FEEBD9. Grayscale: #101010. Windows color (decimal): -16706522 or 2495489. OLE color: 2495489.

HSL color Cylindrical-coordinate representation of color #011426: hue angle of 209.19º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011426 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB12038-
CMYK0.970.4700.85
HSL209.19º94.87%7.65%-
HSV(B)209.19º97.37%14.9%-
XYZ0.610.651.93-
YUV16.37140.21117.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 38 (15.23% from 255) = 64.41%
R=1.69%
G=33.90%
B=64.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal120380.970.4700.85209.1994.877.65
Hex11426612F055d15f8
Octal1244614157012532113710
Binary1101001001101100001101111010101011101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011426; }

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

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

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

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

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

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

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

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