#051A20

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

Shades of Black Pearl #051A20

Tints of Black Pearl #051A20

Color information

#051A20 (or 0x051A20) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 20. RGB value is (5,26,32). Sum of RGB (Red+Green+Blue) = 5+26+32=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 26 (10.55% from 255 or 41.27% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #051A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A20 is #FAE5DF. Grayscale: #141414. Windows color (decimal): -16442848 or 2103813. OLE color: 2103813.

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

Color convert

RGB52632-
CMYK0.840.1900.87
HSL193.33º72.97%7.25%-
HSV(B)193.33º84.38%12.55%-
XYZ0.690.881.5-
YUV20.4134.54117.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 26 (10.55% from 255) = 41.27%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=7.94%
G=41.27%
B=50.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal526320.840.1900.87193.3372.977.25
Hex51A205413057c1497
Octal532401242301273011117
Binary1011101010000010101001001101010111110000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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