#051731

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

Shades of Black Pearl #051731

Tints of Black Pearl #051731

Color information

#051731 (or 0x051731) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 31. RGB value is (5,23,49). Sum of RGB (Red+Green+Blue) = 5+23+49=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #051731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051731 is #FAE8CE. Grayscale: #141414. Windows color (decimal): -16443599 or 3217157. OLE color: 3217157.

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

Color convert

RGB52349-
CMYK0.900.5300.81
HSL215.45º81.48%10.59%-
HSV(B)215.45º89.8%19.22%-
XYZ0.920.873.02-
YUV20.58144.04116.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=6.49%
G=29.87%
B=63.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal523490.900.5300.81215.4581.4810.59
Hex517315A35051d751b
Octal5276113265012132712113
Binary101101111100011011010110101010100011101011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051731; }

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

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

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

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

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

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

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

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