#0A161C

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

Shades of Black Pearl #0A161C

Tints of Black Pearl #0A161C

Color information

#0A161C (or 0x0A161C) is unknown color: approx Black Pearl. HEX triplet: 0A, 16 and 1C. RGB value is (10,22,28). Sum of RGB (Red+Green+Blue) = 10+22+28=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A161C is #F5E9E3. Grayscale: #131313. Windows color (decimal): -16116196 or 1840650. OLE color: 1840650.

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

Color convert

RGB102228-
CMYK0.640.2100.89
HSL200º47.37%7.45%-
HSV(B)200º64.29%10.98%-
XYZ0.620.721.21-
YUV19.1133.02121.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=16.67%
G=36.67%
B=46.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1022280.640.2100.8920047.377.45
HexA161C4015059c82f7
Octal122634100250131310577
Binary101010110111001000000101010101100111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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