#051A27

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

Shades of Black Pearl #051A27

Tints of Black Pearl #051A27

Color information

#051A27 (or 0x051A27) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 27. RGB value is (5,26,39). Sum of RGB (Red+Green+Blue) = 5+26+39=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #051A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A27 is #FAE5D8. Grayscale: #151515. Windows color (decimal): -16442841 or 2562565. OLE color: 2562565.

HSL color Cylindrical-coordinate representation of color #051A27: hue angle of 202.94º 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 #051A27 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB52639-
CMYK0.870.3300.85
HSL202.94º77.27%8.63%-
HSV(B)202.94º87.18%15.29%-
XYZ0.80.922.05-
YUV21.2138.04116.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 26 (10.55% from 255) = 37.14%
BLUE value IS 39 (15.62% from 255) = 55.71%
R=7.14%
G=37.14%
B=55.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal526390.870.3300.85202.9477.278.63
Hex51A275721055cb4d9
Octal5324712741012531311511
Binary101110101001111010111100001010101011100101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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