#061016

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

Shades of Black Pearl #061016

Tints of Black Pearl #061016

Color information

#061016 (or 0x061016) is unknown color: approx Black Pearl. HEX triplet: 06, 10 and 16. RGB value is (6,16,22). Sum of RGB (Red+Green+Blue) = 6+16+22=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #061016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061016 is #F9EFE9. Grayscale: #0D0D0D. Windows color (decimal): -16379882 or 1445894. OLE color: 1445894.

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

Color convert

RGB61622-
CMYK0.730.2700.91
HSL202.5º57.14%5.49%-
HSV(B)202.5º72.73%8.63%-
XYZ0.410.470.83-
YUV13.69132.69122.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 50%
R=13.64%
G=36.36%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal616220.730.2700.91202.557.145.49
Hex61016491B05Bca395
Octal62026111330133312715
Binary11010000101101001001110110101101111001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061016; }

 p { color: rgb(6,16,22); }

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

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

 a { background-color: rgb(6,16,22); }

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

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

 span { border-color: rgb(6,16,22); }

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