#051017

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

Shades of Black Pearl #051017

Tints of Black Pearl #051017

Color information

#051017 (or 0x051017) is unknown color: approx Black Pearl. HEX triplet: 05, 10 and 17. RGB value is (5,16,23). Sum of RGB (Red+Green+Blue) = 5+16+23=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #051017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051017 is #FAEFE8. Grayscale: #0D0D0D. Windows color (decimal): -16445417 or 1511429. OLE color: 1511429.

HSL color Cylindrical-coordinate representation of color #051017: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051017 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51623-
CMYK0.780.3000.91
HSL203.33º64.29%5.49%-
HSV(B)203.33º78.26%9.02%-
XYZ0.40.460.88-
YUV13.51133.36121.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=11.36%
G=36.36%
B=52.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal516230.780.3000.91203.3364.295.49
Hex510174E1E05Bcb405
Octal520271163601333131005
Binary101100001011110011101111001011011110010111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051017; }

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

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

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

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

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

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

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

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