#061116

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

Shades of Black Pearl #061116

Tints of Black Pearl #061116

Color information

#061116 (or 0x061116) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 16. RGB value is (6,17,22). Sum of RGB (Red+Green+Blue) = 6+17+22=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #061116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061116 is #F9EEE9. Grayscale: #0E0E0E. Windows color (decimal): -16379626 or 1446150. OLE color: 1446150.

HSL color Cylindrical-coordinate representation of color #061116: hue angle of 198.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #061116 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61722-
CMYK0.730.2300.91
HSL198.75º57.14%5.49%-
HSV(B)198.75º72.73%8.63%-
XYZ0.420.50.83-
YUV14.28132.36122.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 17 (7.03% from 255) = 37.78%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=13.33%
G=37.78%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal617220.730.2300.91198.7557.145.49
Hex61116491705Bc7395
Octal62126111270133307715
Binary11010001101101001001101110101101111000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061116; }

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

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

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

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

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

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

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

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