#051C27

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

Shades of Black Pearl #051C27

Tints of Black Pearl #051C27

Color information

#051C27 (or 0x051C27) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 27. RGB value is (5,28,39). Sum of RGB (Red+Green+Blue) = 5+28+39=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #051C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C27 is #FAE3D8. Grayscale: #161616. Windows color (decimal): -16442329 or 2563077. OLE color: 2563077.

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

Color convert

RGB52839-
CMYK0.870.2800.85
HSL199.41º77.27%8.63%-
HSV(B)199.41º87.18%15.29%-
XYZ0.841.012.07-
YUV22.38137.38115.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=6.94%
G=38.89%
B=54.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal528390.870.2800.85199.4177.278.63
Hex51C27571C055c74d9
Octal5344712734012530711511
Binary10111100100111101011111100010101011100011110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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