#060F16

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

Shades of Black Pearl #060F16

Tints of Black Pearl #060F16

Color information

#060F16 (or 0x060F16) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 16. RGB value is (6,15,22). Sum of RGB (Red+Green+Blue) = 6+15+22=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #060F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F16 is #F9F0E9. Grayscale: #0D0D0D. Windows color (decimal): -16380138 or 1445638. OLE color: 1445638.

HSL color Cylindrical-coordinate representation of color #060F16: hue angle of 206.25º 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 #060F16 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61522-
CMYK0.730.3200.91
HSL206.25º57.14%5.49%-
HSV(B)206.25º72.73%8.63%-
XYZ0.390.440.82-
YUV13.11133.02122.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 15 (6.25% from 255) = 34.88%
BLUE value IS 22 (8.98% from 255) = 51.16%
R=13.95%
G=34.88%
B=51.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal615220.730.3200.91206.2557.145.49
Hex6F16492005Bce395
Octal61726111400133316715
Binary11011111011010010011000000101101111001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F16; }

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

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

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

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

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

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

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

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