#051620

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

Shades of Black Pearl #051620

Tints of Black Pearl #051620

Color information

#051620 (or 0x051620) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 20. RGB value is (5,22,32). Sum of RGB (Red+Green+Blue) = 5+22+32=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 32 (12.89% from 255 or 54.24% from 59); Max value from RGB is 32 - color contains mainly: blue. Hex color #051620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051620 is #FAE9DF. Grayscale: #121212. Windows color (decimal): -16443872 or 2102789. OLE color: 2102789.

HSL color Cylindrical-coordinate representation of color #051620: hue angle of 202.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051620 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB52232-
CMYK0.840.3100.87
HSL202.22º72.97%7.25%-
HSV(B)202.22º84.38%12.55%-
XYZ0.610.711.47-
YUV18.06135.87118.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 32 (12.89% from 255) = 54.24%
R=8.47%
G=37.29%
B=54.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal522320.840.3100.87202.2272.977.25
Hex51620541F057ca497
Octal526401243701273121117
Binary1011011010000010101001111101010111110010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051620; }

 p { color: rgb(5,22,32); }

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

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

 a { background-color: rgb(5,22,32); }

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

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

 span { border-color: rgb(5,22,32); }

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