#060E13

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

Shades of Black Pearl #060E13

Tints of Black Pearl #060E13

Color information

#060E13 (or 0x060E13) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 13. RGB value is (6,14,19). Sum of RGB (Red+Green+Blue) = 6+14+19=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #060E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E13 is #F9F1EC. Grayscale: #0C0C0C. Windows color (decimal): -16380397 or 1248774. OLE color: 1248774.

HSL color Cylindrical-coordinate representation of color #060E13: hue angle of 203.08º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #060E13 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61419-
CMYK0.680.2600.93
HSL203.08º52%4.9%-
HSV(B)203.08º68.42%7.45%-
XYZ0.350.40.67-
YUV12.18131.85123.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.38%
GREEN value IS 14 (5.86% from 255) = 35.90%
BLUE value IS 19 (7.81% from 255) = 48.72%
R=15.38%
G=35.90%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal614190.680.2600.93203.08524.9
Hex6E13441A05Dcb345
Octal61623104320135313645
Binary1101110100111000100110100101110111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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