#0A1115

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

Shades of Black Pearl #0A1115

Tints of Black Pearl #0A1115

Color information

#0A1115 (or 0x0A1115) is unknown color: approx Black Pearl. HEX triplet: 0A, 11 and 15. RGB value is (10,17,21). Sum of RGB (Red+Green+Blue) = 10+17+21=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1115 is #F5EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16117483 or 1380618. OLE color: 1380618.

HSL color Cylindrical-coordinate representation of color #0A1115: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A1115 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB101721-
CMYK0.520.1900.92
HSL201.82º35.48%6.08%-
HSV(B)201.82º52.38%8.24%-
XYZ0.460.520.79-
YUV15.36131.18124.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=20.83%
G=35.42%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1017210.520.1900.92201.8235.486.08
HexA1115341305Cca236
Octal12212564230134312436
Binary10101000110101110100100110101110011001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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