#001426

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

Shades of Black Pearl #001426

Tints of Black Pearl #001426

Color information

#001426 (or 0x001426) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 26. RGB value is (0,20,38). Sum of RGB (Red+Green+Blue) = 0+20+38=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #001426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001426 is #FFEBD9. Grayscale: #0F0F0F. Windows color (decimal): -16772058 or 2495488. OLE color: 2495488.

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

Color convert

RGB02038-
CMYK10.4700.85
HSL208.42º100%7.45%-
HSV(B)208.42º100%14.9%-
XYZ0.60.641.93-
YUV16.07140.37116.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 38 (15.23% from 255) = 65.52%
R=0%
G=34.48%
B=65.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0203810.4700.85208.421007.45
Hex01426642F055d0647
Octal024461445701253201447
Binary010100100110110010010111101010101110100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001426; }

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

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

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

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

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

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

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

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