#060E11

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

Shades of Black Pearl #060E11

Tints of Black Pearl #060E11

Color information

#060E11 (or 0x060E11) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 11. RGB value is (6,14,17). Sum of RGB (Red+Green+Blue) = 6+14+17=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #060E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E11 is #F9F1EE. Grayscale: #0B0B0B. Windows color (decimal): -16380399 or 1117702. OLE color: 1117702.

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

Color convert

RGB61417-
CMYK0.650.1800.93
HSL196.36º47.83%4.51%-
HSV(B)196.36º64.71%6.67%-
XYZ0.330.390.59-
YUV11.95130.85123.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.22%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 17 (7.03% from 255) = 45.95%
R=16.22%
G=37.84%
B=45.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal614170.650.1800.93196.3647.834.51
Hex6E11411205Dc4305
Octal61621101220135304605
Binary1101110100011000001100100101110111000100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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