#060D11

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

Shades of Black Pearl #060D11

Tints of Black Pearl #060D11

Color information

#060D11 (or 0x060D11) is unknown color: approx Black Pearl. HEX triplet: 06, 0D and 11. RGB value is (6,13,17). Sum of RGB (Red+Green+Blue) = 6+13+17=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #060D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D11 is #F9F2EE. Grayscale: #0B0B0B. Windows color (decimal): -16380655 or 1117446. OLE color: 1117446.

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

Color convert

RGB61317-
CMYK0.650.2400.93
HSL201.82º47.83%4.51%-
HSV(B)201.82º64.71%6.67%-
XYZ0.320.370.58-
YUV11.36131.18124.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 16.67%
GREEN value IS 13 (5.47% from 255) = 36.11%
BLUE value IS 17 (7.03% from 255) = 47.22%
R=16.67%
G=36.11%
B=47.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal613170.650.2400.93201.8247.834.51
Hex6D11411805Dca305
Octal61521101300135312605
Binary1101101100011000001110000101110111001010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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