#001428

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

Shades of Black Pearl #001428

Tints of Black Pearl #001428

Color information

#001428 (or 0x001428) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 28. RGB value is (0,20,40). Sum of RGB (Red+Green+Blue) = 0+20+40=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #001428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001428 is #FFEBD7. Grayscale: #101010. Windows color (decimal): -16772056 or 2626560. OLE color: 2626560.

HSL color Cylindrical-coordinate representation of color #001428: hue angle of 210º 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 #001428 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02040-
CMYK10.500.84
HSL210º100%7.84%-
HSV(B)210º100%15.69%-
XYZ0.630.652.1-
YUV16.3141.37116.37-

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) = 33.33%
BLUE value IS 40 (16.02% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0204010.500.842101007.84
Hex014286432054d2648
Octal0245014462012432214410
Binary0101001010001100100110010010101001101001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001428; }

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

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

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

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

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

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

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

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