#001629

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

Shades of Black Pearl #001629

Tints of Black Pearl #001629

Color information

#001629 (or 0x001629) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 29. RGB value is (0,22,41). Sum of RGB (Red+Green+Blue) = 0+22+41=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #001629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001629 is #FFE9D6. Grayscale: #111111. Windows color (decimal): -16771543 or 2692608. OLE color: 2692608.

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

Color convert

RGB02241-
CMYK10.4600.84
HSL207.8º100%8.04%-
HSV(B)207.8º100%16.08%-
XYZ0.690.732.2-
YUV17.59141.21115.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 34.92%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=0%
G=34.92%
B=65.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0224110.4600.84207.81008.04
Hex01629642E054d0648
Octal0265114456012432014410
Binary0101101010011100100101110010101001101000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001629; }

 p { color: rgb(0,22,41); }

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

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

 a { background-color: rgb(0,22,41); }

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

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

 span { border-color: rgb(0,22,41); }

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