#051732

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

Shades of Black Pearl #051732

Tints of Black Pearl #051732

Color information

#051732 (or 0x051732) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 32. RGB value is (5,23,50). Sum of RGB (Red+Green+Blue) = 5+23+50=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #051732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051732 is #FAE8CD. Grayscale: #141414. Windows color (decimal): -16443598 or 3282693. OLE color: 3282693.

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

Color convert

RGB52350-
CMYK0.900.5400.80
HSL216º81.82%10.78%-
HSV(B)216º90%19.61%-
XYZ0.940.883.14-
YUV20.7144.54116.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=6.41%
G=29.49%
B=64.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal523500.900.5400.8021681.8210.78
Hex517325A36050d852b
Octal5276213266012033012213
Binary101101111100101011010110110010100001101100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051732; }

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

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

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

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

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

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

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

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