#001421

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

Shades of Black Pearl #001421

Tints of Black Pearl #001421

Color information

#001421 (or 0x001421) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 21. RGB value is (0,20,33). Sum of RGB (Red+Green+Blue) = 0+20+33=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #001421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001421 is #FFEBDE. Grayscale: #0F0F0F. Windows color (decimal): -16772063 or 2167808. OLE color: 2167808.

HSL color Cylindrical-coordinate representation of color #001421: hue angle of 203.64º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001421 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB02033-
CMYK10.3900.87
HSL203.64º100%6.47%-
HSV(B)203.64º100%12.94%-
XYZ0.520.611.53-
YUV15.5137.87116.94-

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) = 37.74%
BLUE value IS 33 (13.28% from 255) = 62.26%
R=0%
G=37.74%
B=62.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0203310.3900.87203.641006.47
Hex014216427057cc646
Octal024411444701273141446
Binary010100100001110010010011101010111110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001421; }

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

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

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

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

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

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

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

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