#0A1017

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

Shades of Black Pearl #0A1017

Tints of Black Pearl #0A1017

Color information

#0A1017 (or 0x0A1017) is unknown color: approx Black Pearl. HEX triplet: 0A, 10 and 17. RGB value is (10,16,23). Sum of RGB (Red+Green+Blue) = 10+16+23=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #0A1017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1017 is #F5EFE8. Grayscale: #0E0E0E. Windows color (decimal): -16117737 or 1511434. OLE color: 1511434.

HSL color Cylindrical-coordinate representation of color #0A1017: hue angle of 212.31º 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 #0A1017 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101623-
CMYK0.570.3000.91
HSL212.31º39.39%6.47%-
HSV(B)212.31º56.52%9.02%-
XYZ0.470.50.88-
YUV15132.51124.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=20.41%
G=32.65%
B=46.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1016230.570.3000.91212.3139.396.47
HexA1017391E05Bd4276
Octal12202771360133324476
Binary10101000010111111001111100101101111010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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