#051730

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

Shades of Black Pearl #051730

Tints of Black Pearl #051730

Color information

#051730 (or 0x051730) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 30. RGB value is (5,23,48). Sum of RGB (Red+Green+Blue) = 5+23+48=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #051730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051730 is #FAE8CF. Grayscale: #141414. Windows color (decimal): -16443600 or 3151621. OLE color: 3151621.

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

Color convert

RGB52348-
CMYK0.900.5200.81
HSL214.88º81.13%10.39%-
HSV(B)214.88º89.58%18.82%-
XYZ0.90.862.91-
YUV20.47143.54116.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=6.58%
G=30.26%
B=63.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal523480.900.5200.81214.8881.1310.39
Hex517305A34051d751a
Octal5276013264012132712112
Binary101101111100001011010110100010100011101011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051730; }

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

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

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

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

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

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

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

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