#060E16

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

Shades of Black Pearl #060E16

Tints of Black Pearl #060E16

Color information

#060E16 (or 0x060E16) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 16. RGB value is (6,14,22). Sum of RGB (Red+Green+Blue) = 6+14+22=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #060E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E16 is #F9F1E9. Grayscale: #0C0C0C. Windows color (decimal): -16380394 or 1445382. OLE color: 1445382.

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

Color convert

RGB61422-
CMYK0.730.3600.91
HSL210º57.14%5.49%-
HSV(B)210º72.73%8.63%-
XYZ0.380.410.82-
YUV12.52133.35123.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.29%
GREEN value IS 14 (5.86% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 52.38%
R=14.29%
G=33.33%
B=52.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal614220.730.3600.9121057.145.49
Hex6E16492405Bd2395
Octal61626111440133322715
Binary11011101011010010011001000101101111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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