#06161C

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

Shades of Black Pearl #06161C

Tints of Black Pearl #06161C

Color information

#06161C (or 0x06161C) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 1C. RGB value is (6,22,28). Sum of RGB (Red+Green+Blue) = 6+22+28=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 22 (8.98% from 255 or 39.29% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #06161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06161C is #F9E9E3. Grayscale: #111111. Windows color (decimal): -16378340 or 1840646. OLE color: 1840646.

HSL color Cylindrical-coordinate representation of color #06161C: hue angle of 196.36º degrees, saturation: 0.65, 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 #06161C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB62228-
CMYK0.790.2100.89
HSL196.36º64.71%6.67%-
HSV(B)196.36º78.57%10.98%-
XYZ0.570.71.2-
YUV17.9133.7119.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.71%
GREEN value IS 22 (8.98% from 255) = 39.29%
BLUE value IS 28 (11.33% from 255) = 50%
R=10.71%
G=39.29%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal622280.790.2100.89196.3664.716.67
Hex6161C4F15059c4417
Octal626341172501313041017
Binary110101101110010011111010101011001110001001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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