#06162E

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

Shades of Black Pearl #06162E

Tints of Black Pearl #06162E

Color information

#06162E (or 0x06162E) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 2E. RGB value is (6,22,46). Sum of RGB (Red+Green+Blue) = 6+22+46=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #06162E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162E is #F9E9D1. Grayscale: #131313. Windows color (decimal): -16378322 or 3020294. OLE color: 3020294.

HSL color Cylindrical-coordinate representation of color #06162E: hue angle of 216º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06162E is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62246-
CMYK0.870.5200.82
HSL216º76.92%10.2%-
HSV(B)216º86.96%18.04%-
XYZ0.860.812.7-
YUV19.95142.7118.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.11%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=8.11%
G=29.73%
B=62.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal622460.870.5200.8221676.9210.2
Hex6162E5734052d84da
Octal6265612764012233011512
Binary110101101011101010111110100010100101101100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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