#051518

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

Shades of Black Pearl #051518

Tints of Black Pearl #051518

Color information

#051518 (or 0x051518) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 18. RGB value is (5,21,24). Sum of RGB (Red+Green+Blue) = 5+21+24=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #051518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051518 is #FAEAE7. Grayscale: #101010. Windows color (decimal): -16444136 or 1578245. OLE color: 1578245.

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

Color convert

RGB52124-
CMYK0.790.1300.91
HSL189.47º65.52%5.69%-
HSV(B)189.47º79.17%9.41%-
XYZ0.50.630.96-
YUV16.56132.2119.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 24 (9.77% from 255) = 48%
R=10%
G=42%
B=48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal521240.790.1300.91189.4765.525.69
Hex515184FD05Bbd426
Octal525301171501332751026
Binary10110101110001001111110101011011101111011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051518; }

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

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

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

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

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

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

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

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