#0A161B

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

Shades of Black Pearl #0A161B

Tints of Black Pearl #0A161B

Color information

#0A161B (or 0x0A161B) is unknown color: approx Black Pearl. HEX triplet: 0A, 16 and 1B. RGB value is (10,22,27). Sum of RGB (Red+Green+Blue) = 10+22+27=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A161B is #F5E9E4. Grayscale: #121212. Windows color (decimal): -16116197 or 1775114. OLE color: 1775114.

HSL color Cylindrical-coordinate representation of color #0A161B: hue angle of 197.65º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A161B is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102227-
CMYK0.630.1900.89
HSL197.65º45.95%7.25%-
HSV(B)197.65º62.96%10.59%-
XYZ0.610.721.14-
YUV18.98132.52121.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=16.95%
G=37.29%
B=45.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1022270.630.1900.89197.6545.957.25
HexA161B3F13059c62e7
Octal12263377230131306567
Binary10101011011011111111100110101100111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A161B; }

 p { color: rgb(10,22,27); }

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

<style>
 a { background-color: #0A161B; }

 a { background-color: rgb(10,22,27); }

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

<style>
 span { border-color: #0A161B; }

 span { border-color: rgb(10,22,27); }

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