#051117

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

Shades of Black Pearl #051117

Tints of Black Pearl #051117

Color information

#051117 (or 0x051117) is unknown color: approx Black Pearl. HEX triplet: 05, 11 and 17. RGB value is (5,17,23). Sum of RGB (Red+Green+Blue) = 5+17+23=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #051117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051117 is #FAEEE8. Grayscale: #0E0E0E. Windows color (decimal): -16445161 or 1511685. OLE color: 1511685.

HSL color Cylindrical-coordinate representation of color #051117: hue angle of 200º 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 #051117 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51723-
CMYK0.780.2600.91
HSL200º64.29%5.49%-
HSV(B)200º78.26%9.02%-
XYZ0.420.50.88-
YUV14.1133.02121.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 23 (9.38% from 255) = 51.11%
R=11.11%
G=37.78%
B=51.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal517230.780.2600.9120064.295.49
Hex511174E1A05Bc8405
Octal521271163201333101005
Binary101100011011110011101101001011011110010001000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051117; }

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

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

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

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

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

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

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

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