#051728

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

Shades of Black Pearl #051728

Tints of Black Pearl #051728

Color information

#051728 (or 0x051728) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 28. RGB value is (5,23,40). Sum of RGB (Red+Green+Blue) = 5+23+40=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #051728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051728 is #FAE8D7. Grayscale: #131313. Windows color (decimal): -16443608 or 2627333. OLE color: 2627333.

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

Color convert

RGB52340-
CMYK0.880.4300.84
HSL209.14º77.78%8.82%-
HSV(B)209.14º87.5%15.69%-
XYZ0.750.82.12-
YUV19.56139.54117.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 23 (9.38% from 255) = 33.82%
BLUE value IS 40 (16.02% from 255) = 58.82%
R=7.35%
G=33.82%
B=58.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal523400.880.4300.84209.1477.788.82
Hex51728582B054d14e9
Octal5275013053012432111611
Binary101101111010001011000101011010101001101000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051728; }

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

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

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

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

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

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

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

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