#051A31

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

Shades of Black Pearl #051A31

Tints of Black Pearl #051A31

Color information

#051A31 (or 0x051A31) is unknown color: approx Black Pearl. HEX triplet: 05, 1A and 31. RGB value is (5,26,49). Sum of RGB (Red+Green+Blue) = 5+26+49=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #051A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A31 is #FAE5CE. Grayscale: #161616. Windows color (decimal): -16442831 or 3217925. OLE color: 3217925.

HSL color Cylindrical-coordinate representation of color #051A31: hue angle of 211.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051A31 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB52649-
CMYK0.900.4700.81
HSL211.36º81.48%10.59%-
HSV(B)211.36º89.8%19.22%-
XYZ0.990.993.05-
YUV22.34143.04115.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=6.25%
G=32.5%
B=61.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal526490.900.4700.81211.3681.4810.59
Hex51A315A2F051d351b
Octal5326113257012132312113
Binary101110101100011011010101111010100011101001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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