#06161F

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

Shades of Black Pearl #06161F

Tints of Black Pearl #06161F

Color information

#06161F (or 0x06161F) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 1F. RGB value is (6,22,31). Sum of RGB (Red+Green+Blue) = 6+22+31=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #06161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161F is #F9E9E0. Grayscale: #121212. Windows color (decimal): -16378337 or 2037254. OLE color: 2037254.

HSL color Cylindrical-coordinate representation of color #06161F: hue angle of 201.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06161F is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB62231-
CMYK0.810.2900.88
HSL201.6º67.57%7.25%-
HSV(B)201.6º80.65%12.16%-
XYZ0.610.711.4-
YUV18.24135.2119.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=10.17%
G=37.29%
B=52.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal622310.810.2900.88201.667.577.25
Hex6161F511D058ca447
Octal626371213501303121047
Binary110101101111110100011110101011000110010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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