#051A32

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

Shades of Black Pearl #051A32

Tints of Black Pearl #051A32

Color information

#051A32 (or 0x051A32) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 32. RGB value is (5,26,50). Sum of RGB (Red+Green+Blue) = 5+26+50=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #051A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A32 is #FAE5CD. Grayscale: #161616. Windows color (decimal): -16442830 or 3283461. OLE color: 3283461.

HSL color Cylindrical-coordinate representation of color #051A32: hue angle of 212º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051A32 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB52650-
CMYK0.900.4800.80
HSL212º81.82%10.78%-
HSV(B)212º90%19.61%-
XYZ1.0113.16-
YUV22.46143.54115.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 50 (19.92% from 255) = 61.73%
R=6.17%
G=32.10%
B=61.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal526500.900.4800.8021281.8210.78
Hex51A325A30050d452b
Octal5326213260012032412213
Binary101110101100101011010110000010100001101010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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