#06162C

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

Shades of Black Pearl #06162C

Tints of Black Pearl #06162C

Color information

#06162C (or 0x06162C) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 2C. RGB value is (6,22,44). Sum of RGB (Red+Green+Blue) = 6+22+44=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #06162C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162C is #F9E9D3. Grayscale: #131313. Windows color (decimal): -16378324 or 2889222. OLE color: 2889222.

HSL color Cylindrical-coordinate representation of color #06162C: hue angle of 214.74º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06162C is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62244-
CMYK0.860.500.83
HSL214.74º76%9.8%-
HSV(B)214.74º86.36%17.25%-
XYZ0.820.792.49-
YUV19.72141.7118.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=8.33%
G=30.56%
B=61.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal622440.860.500.83214.74769.8
Hex6162C5632053d74ca
Octal6265412662012332711412
Binary110101101011001010110110010010100111101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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