#051B27

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

Shades of Black Pearl #051B27

Tints of Black Pearl #051B27

Color information

#051B27 (or 0x051B27) is unknown color: approx Black Pearl. HEX triplet: 05, 1B and 27. RGB value is (5,27,39). Sum of RGB (Red+Green+Blue) = 5+27+39=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #051B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B27 is #FAE4D8. Grayscale: #151515. Windows color (decimal): -16442585 or 2562821. OLE color: 2562821.

HSL color Cylindrical-coordinate representation of color #051B27: hue angle of 201.18º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051B27 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52739-
CMYK0.870.3100.85
HSL201.18º77.27%8.63%-
HSV(B)201.18º87.18%15.29%-
XYZ0.820.962.06-
YUV21.79137.71116.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.04%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 39 (15.62% from 255) = 54.93%
R=7.04%
G=38.03%
B=54.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal527390.870.3100.85201.1877.278.63
Hex51B27571F055c94d9
Octal5334712737012531111511
Binary10111011100111101011111111010101011100100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B27; }

 p { color: rgb(5,27,39); }

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

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

 a { background-color: rgb(5,27,39); }

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

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

 span { border-color: rgb(5,27,39); }

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