#051428

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

Shades of Black Pearl #051428

Tints of Black Pearl #051428

Color information

#051428 (or 0x051428) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 28. RGB value is (5,20,40). Sum of RGB (Red+Green+Blue) = 5+20+40=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #051428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051428 is #FAEBD7. Grayscale: #111111. Windows color (decimal): -16444376 or 2626565. OLE color: 2626565.

HSL color Cylindrical-coordinate representation of color #051428: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051428 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB52040-
CMYK0.880.500.84
HSL214.29º77.78%8.82%-
HSV(B)214.29º87.5%15.69%-
XYZ0.70.692.1-
YUV17.79140.53118.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal520400.880.500.84214.2977.788.82
Hex514285832054d64e9
Octal5245013062012432611611
Binary101101001010001011000110010010101001101011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051428; }

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

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

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

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

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

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

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

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