#060E19

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

Shades of Black Pearl #060E19

Tints of Black Pearl #060E19

Color information

#060E19 (or 0x060E19) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 19. RGB value is (6,14,25). Sum of RGB (Red+Green+Blue) = 6+14+25=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #060E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E19 is #F9F1E6. Grayscale: #0C0C0C. Windows color (decimal): -16380391 or 1641990. OLE color: 1641990.

HSL color Cylindrical-coordinate representation of color #060E19: hue angle of 214.74º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #060E19 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61425-
CMYK0.760.4400.90
HSL214.74º61.29%6.08%-
HSV(B)214.74º76%9.8%-
XYZ0.410.420.98-
YUV12.86134.85123.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 25 (10.16% from 255) = 55.56%
R=13.33%
G=31.11%
B=55.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal614250.760.4400.90214.7461.296.08
Hex6E194C2C05Ad73d6
Octal61631114540132327756
Binary11011101100110011001011000101101011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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