#051216

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

Shades of Black Pearl #051216

Tints of Black Pearl #051216

Color information

#051216 (or 0x051216) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 16. RGB value is (5,18,22). Sum of RGB (Red+Green+Blue) = 5+18+22=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #051216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051216 is #FAEDE9. Grayscale: #0E0E0E. Windows color (decimal): -16444906 or 1446405. OLE color: 1446405.

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

Color convert

RGB51822-
CMYK0.770.1800.91
HSL194.12º62.96%5.29%-
HSV(B)194.12º77.27%8.63%-
XYZ0.420.520.84-
YUV14.57132.19121.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=11.11%
G=40%
B=48.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal518220.770.1800.91194.1262.965.29
Hex512164D1205Bc23f5
Octal52226115220133302775
Binary10110010101101001101100100101101111000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051216; }

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

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

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

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

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

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

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

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