#051427

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

Shades of Black Pearl #051427

Tints of Black Pearl #051427

Color information

#051427 (or 0x051427) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 27. RGB value is (5,20,39). Sum of RGB (Red+Green+Blue) = 5+20+39=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #051427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051427 is #FAEBD8. Grayscale: #111111. Windows color (decimal): -16444377 or 2561029. OLE color: 2561029.

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

Color convert

RGB52039-
CMYK0.870.4900.85
HSL213.53º77.27%8.63%-
HSV(B)213.53º87.18%15.29%-
XYZ0.680.682.01-
YUV17.68140.03118.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=7.81%
G=31.25%
B=60.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal520390.870.4900.85213.5377.278.63
Hex514275731055d64d9
Octal5244712761012532611511
Binary101101001001111010111110001010101011101011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051427; }

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

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

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

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

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

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

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

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