#0A1117

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

Shades of Black Pearl #0A1117

Tints of Black Pearl #0A1117

Color information

#0A1117 (or 0x0A1117) is unknown color: approx Black Pearl. HEX triplet: 0A, 11 and 17. RGB value is (10,17,23). Sum of RGB (Red+Green+Blue) = 10+17+23=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1117 is #F5EEE8. Grayscale: #0F0F0F. Windows color (decimal): -16117481 or 1511690. OLE color: 1511690.

HSL color Cylindrical-coordinate representation of color #0A1117: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1117 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101723-
CMYK0.570.2600.91
HSL207.69º39.39%6.47%-
HSV(B)207.69º56.52%9.02%-
XYZ0.480.530.89-
YUV15.59132.18124.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 23 (9.38% from 255) = 46%
R=20%
G=34%
B=46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1017230.570.2600.91207.6939.396.47
HexA1117391A05Bd0276
Octal12212771320133320476
Binary10101000110111111001110100101101111010000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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