#06161D

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

Shades of Black Pearl #06161D

Tints of Black Pearl #06161D

Color information

#06161D (or 0x06161D) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 1D. RGB value is (6,22,29). Sum of RGB (Red+Green+Blue) = 6+22+29=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #06161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161D is #F9E9E2. Grayscale: #111111. Windows color (decimal): -16378339 or 1906182. OLE color: 1906182.

HSL color Cylindrical-coordinate representation of color #06161D: hue angle of 198.26º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06161D is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62229-
CMYK0.790.2400.89
HSL198.26º65.71%6.86%-
HSV(B)198.26º79.31%11.37%-
XYZ0.580.71.27-
YUV18.01134.2119.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.53%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=10.53%
G=38.60%
B=50.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal622290.790.2400.89198.2665.716.86
Hex6161D4F18059c6427
Octal626351173001313061027
Binary110101101110110011111100001011001110001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06161D; }

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

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

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

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

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

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

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

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