#0A171B

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

Shades of Black Pearl #0A171B

Tints of Black Pearl #0A171B

Color information

#0A171B (or 0x0A171B) is unknown color: approx Black Pearl. HEX triplet: 0A, 17 and 1B. RGB value is (10,23,27). Sum of RGB (Red+Green+Blue) = 10+23+27=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A171B is #F5E8E4. Grayscale: #131313. Windows color (decimal): -16115941 or 1775370. OLE color: 1775370.

HSL color Cylindrical-coordinate representation of color #0A171B: hue angle of 194.12º 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 #0A171B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102327-
CMYK0.630.1500.89
HSL194.12º45.95%7.25%-
HSV(B)194.12º62.96%10.59%-
XYZ0.630.761.15-
YUV19.57132.19121.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.67%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 27 (10.94% from 255) = 45%
R=16.67%
G=38.33%
B=45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1023270.630.1500.89194.1245.957.25
HexA171B3FF059c22e7
Octal12273377170131302567
Binary1010101111101111111111110101100111000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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