#060F11

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

Shades of Black Pearl #060F11

Tints of Black Pearl #060F11

Color information

#060F11 (or 0x060F11) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 11. RGB value is (6,15,17). Sum of RGB (Red+Green+Blue) = 6+15+17=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #060F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F11 is #F9F0EE. Grayscale: #0C0C0C. Windows color (decimal): -16380143 or 1117958. OLE color: 1117958.

HSL color Cylindrical-coordinate representation of color #060F11: hue angle of 190.91º 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 #060F11 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61517-
CMYK0.650.1200.93
HSL190.91º47.83%4.51%-
HSV(B)190.91º64.71%6.67%-
XYZ0.350.420.59-
YUV12.54130.52123.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 15 (6.25% from 255) = 39.47%
BLUE value IS 17 (7.03% from 255) = 44.74%
R=15.79%
G=39.47%
B=44.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal615170.650.1200.93190.9147.834.51
Hex6F1141C05Dbf305
Octal61721101140135277605
Binary110111110001100000111000101110110111111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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