#051718

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

Shades of Black Pearl #051718

Tints of Black Pearl #051718

Color information

#051718 (or 0x051718) is unknown color: approx Black Pearl. HEX triplet: 05, 17 and 18. RGB value is (5,23,24). Sum of RGB (Red+Green+Blue) = 5+23+24=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #051718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051718 is #FAE8E7. Grayscale: #111111. Windows color (decimal): -16443624 or 1578757. OLE color: 1578757.

HSL color Cylindrical-coordinate representation of color #051718: hue angle of 183.16º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #051718 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB52324-
CMYK0.790.0400.91
HSL183.16º65.52%5.69%-
HSV(B)183.16º79.17%9.41%-
XYZ0.530.710.97-
YUV17.73131.54118.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 23 (9.38% from 255) = 44.23%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=9.62%
G=44.23%
B=46.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523240.790.0400.91183.1665.525.69
Hex517184F405Bb7426
Octal52730117401332671026
Binary1011011111000100111110001011011101101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051718; }

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

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

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

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

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

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

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

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