#051920

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

Shades of Black Pearl #051920

Tints of Black Pearl #051920

Color information

#051920 (or 0x051920) is unknown color: approx Black Pearl. HEX triplet: 05, 19 and 20. RGB value is (5,25,32). Sum of RGB (Red+Green+Blue) = 5+25+32=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #051920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051920 is #FAE6DF. Grayscale: #131313. Windows color (decimal): -16443104 or 2103557. OLE color: 2103557.

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

Color convert

RGB52532-
CMYK0.840.2200.87
HSL195.56º72.97%7.25%-
HSV(B)195.56º84.38%12.55%-
XYZ0.670.831.49-
YUV19.82134.87117.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.06%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 32 (12.89% from 255) = 51.61%
R=8.06%
G=40.32%
B=51.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal525320.840.2200.87195.5672.977.25
Hex519205416057c4497
Octal531401242601273041117
Binary1011100110000010101001011001010111110001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051920; }

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

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

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

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

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

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

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

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