#051727

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

Shades of Black Pearl #051727

Tints of Black Pearl #051727

Color information

#051727 (or 0x051727) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 27. RGB value is (5,23,39). Sum of RGB (Red+Green+Blue) = 5+23+39=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #051727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051727 is #FAE8D8. Grayscale: #131313. Windows color (decimal): -16443609 or 2561797. OLE color: 2561797.

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

Color convert

RGB52339-
CMYK0.870.4100.85
HSL208.24º77.27%8.63%-
HSV(B)208.24º87.18%15.29%-
XYZ0.740.792.03-
YUV19.44139.04117.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=7.46%
G=34.33%
B=58.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal523390.870.4100.85208.2477.278.63
Hex517275729055d04d9
Octal5274712751012532011511
Binary101101111001111010111101001010101011101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051727; }

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

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

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

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

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

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

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

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