#051C31

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

Shades of Black Pearl #051C31

Tints of Black Pearl #051C31

Color information

#051C31 (or 0x051C31) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 31. RGB value is (5,28,49). Sum of RGB (Red+Green+Blue) = 5+28+49=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #051C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C31 is #FAE3CE. Grayscale: #171717. Windows color (decimal): -16442319 or 3218437. OLE color: 3218437.

HSL color Cylindrical-coordinate representation of color #051C31: hue angle of 208.64º 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 #051C31 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB52849-
CMYK0.900.4300.81
HSL208.64º81.48%10.59%-
HSV(B)208.64º89.8%19.22%-
XYZ1.031.083.06-
YUV23.52142.38114.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 28 (11.33% from 255) = 34.15%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=6.10%
G=34.15%
B=59.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal528490.900.4300.81208.6481.4810.59
Hex51C315A2B051d151b
Octal5346113253012132112113
Binary101111001100011011010101011010100011101000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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