#051628

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

Shades of Black Pearl #051628

Tints of Black Pearl #051628

Color information

#051628 (or 0x051628) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 28. RGB value is (5,22,40). Sum of RGB (Red+Green+Blue) = 5+22+40=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #051628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051628 is #FAE9D7. Grayscale: #121212. Windows color (decimal): -16443864 or 2627077. OLE color: 2627077.

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

Color convert

RGB52240-
CMYK0.880.4500.84
HSL210.86º77.78%8.82%-
HSV(B)210.86º87.5%15.69%-
XYZ0.730.762.12-
YUV18.97139.87118.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 22 (8.98% from 255) = 32.84%
BLUE value IS 40 (16.02% from 255) = 59.70%
R=7.46%
G=32.84%
B=59.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal522400.880.4500.84210.8677.788.82
Hex51628582D054d34e9
Octal5265013055012432311611
Binary101101101010001011000101101010101001101001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051628; }

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

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

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

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

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

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

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

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