#06162B

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

Shades of Black Pearl #06162B

Tints of Black Pearl #06162B

Color information

#06162B (or 0x06162B) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 2B. RGB value is (6,22,43). Sum of RGB (Red+Green+Blue) = 6+22+43=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #06162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162B is #F9E9D4. Grayscale: #131313. Windows color (decimal): -16378325 or 2823686. OLE color: 2823686.

HSL color Cylindrical-coordinate representation of color #06162B: hue angle of 214.05º 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 #06162B is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB62243-
CMYK0.860.4900.83
HSL214.05º75.51%9.61%-
HSV(B)214.05º86.05%16.86%-
XYZ0.80.792.4-
YUV19.61141.2118.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=8.45%
G=30.99%
B=60.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal622430.860.4900.83214.0575.519.61
Hex6162B5631053d64ca
Octal6265312661012332611412
Binary110101101010111010110110001010100111101011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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