#06161B

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

Shades of Black Pearl #06161B

Tints of Black Pearl #06161B

Color information

#06161B (or 0x06161B) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 1B. RGB value is (6,22,27). Sum of RGB (Red+Green+Blue) = 6+22+27=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #06161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161B is #F9E9E4. Grayscale: #111111. Windows color (decimal): -16378341 or 1775110. OLE color: 1775110.

HSL color Cylindrical-coordinate representation of color #06161B: hue angle of 194.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06161B is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62227-
CMYK0.780.1900.89
HSL194.29º63.64%6.47%-
HSV(B)194.29º77.78%10.59%-
XYZ0.560.691.14-
YUV17.79133.2119.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 22 (8.98% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=10.91%
G=40%
B=49.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal622270.780.1900.89194.2963.646.47
Hex6161B4E13059c2406
Octal626331162301313021006
Binary110101101101110011101001101011001110000101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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