#0A151A

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

Shades of Black Pearl #0A151A

Tints of Black Pearl #0A151A

Color information

#0A151A (or 0x0A151A) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 1A. RGB value is (10,21,26). Sum of RGB (Red+Green+Blue) = 10+21+26=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A151A is #F5EAE5. Grayscale: #121212. Windows color (decimal): -16116454 or 1709322. OLE color: 1709322.

HSL color Cylindrical-coordinate representation of color #0A151A: hue angle of 198.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A151A is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB102126-
CMYK0.620.1900.90
HSL198.75º44.44%7.06%-
HSV(B)198.75º61.54%10.2%-
XYZ0.580.681.08-
YUV18.28132.36122.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 26 (10.55% from 255) = 45.61%
R=17.54%
G=36.84%
B=45.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1021260.620.1900.90198.7544.447.06
HexA151A3E1305Ac72c7
Octal12253276230132307547
Binary10101010111010111110100110101101011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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