#06162D

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

Shades of Black Pearl #06162D

Tints of Black Pearl #06162D

Color information

#06162D (or 0x06162D) is unknown color: approx Black Pearl. HEX triplet: 06, 16 and 2D. RGB value is (6,22,45). Sum of RGB (Red+Green+Blue) = 6+22+45=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #06162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06162D is #F9E9D2. Grayscale: #131313. Windows color (decimal): -16378323 or 2954758. OLE color: 2954758.

HSL color Cylindrical-coordinate representation of color #06162D: hue angle of 215.38º degrees, saturation: 0.76, 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 #06162D is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62245-
CMYK0.870.5100.82
HSL215.38º76.47%10%-
HSV(B)215.38º86.67%17.65%-
XYZ0.840.82.59-
YUV19.84142.2118.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=8.22%
G=30.14%
B=61.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal622450.870.5100.82215.3876.4710
Hex6162D5733052d74ca
Octal6265512763012232711412
Binary110101101011011010111110011010100101101011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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