#051618

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

Shades of Black Pearl #051618

Tints of Black Pearl #051618

Color information

#051618 (or 0x051618) is unknown color: approx Black Pearl. HEX triplet: 05, 16 and 18. RGB value is (5,22,24). Sum of RGB (Red+Green+Blue) = 5+22+24=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #051618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051618 is #FAE9E7. Grayscale: #111111. Windows color (decimal): -16443880 or 1578501. OLE color: 1578501.

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

Color convert

RGB52224-
CMYK0.790.0800.91
HSL186.32º65.52%5.69%-
HSV(B)186.32º79.17%9.41%-
XYZ0.510.670.97-
YUV17.14131.87119.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=9.80%
G=43.14%
B=47.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522240.790.0800.91186.3265.525.69
Hex516184F805Bba426
Octal526301171001332721026
Binary10110110110001001111100001011011101110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051618; }

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

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

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

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

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

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

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

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