#060C16

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

Shades of Black Pearl #060C16

Tints of Black Pearl #060C16

Color information

#060C16 (or 0x060C16) is unknown color: approx Black Pearl. HEX triplet: 06, 0C and 16. RGB value is (6,12,22). Sum of RGB (Red+Green+Blue) = 6+12+22=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #060C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C16 is #F9F3E9. Grayscale: #0B0B0B. Windows color (decimal): -16380906 or 1444870. OLE color: 1444870.

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

Color convert

RGB61222-
CMYK0.730.4500.91
HSL217.5º57.14%5.49%-
HSV(B)217.5º72.73%8.63%-
XYZ0.350.360.81-
YUV11.35134.01124.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 22 (8.98% from 255) = 55%
R=15%
G=30%
B=55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal612220.730.4500.91217.557.145.49
Hex6C16492D05Bda395
Octal61426111550133332715
Binary11011001011010010011011010101101111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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