#061216

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

Shades of Black Pearl #061216

Tints of Black Pearl #061216

Color information

#061216 (or 0x061216) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 16. RGB value is (6,18,22). Sum of RGB (Red+Green+Blue) = 6+18+22=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #061216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061216 is #F9EDE9. Grayscale: #0E0E0E. Windows color (decimal): -16379370 or 1446406. OLE color: 1446406.

HSL color Cylindrical-coordinate representation of color #061216: hue angle of 195º 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 #061216 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61822-
CMYK0.730.1800.91
HSL195º57.14%5.49%-
HSV(B)195º72.73%8.63%-
XYZ0.440.530.84-
YUV14.87132.02121.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 22 (8.98% from 255) = 47.83%
R=13.04%
G=39.13%
B=47.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal618220.730.1800.9119557.145.49
Hex61216491205Bc3395
Octal62226111220133303715
Binary11010010101101001001100100101101111000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061216; }

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

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

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

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

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

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

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

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