#0A1520

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

Shades of Black Pearl #0A1520

Tints of Black Pearl #0A1520

Color information

#0A1520 (or 0x0A1520) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 20. RGB value is (10,21,32). Sum of RGB (Red+Green+Blue) = 10+21+32=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 32 (12.89% from 255 or 50.79% from 63); Max value from RGB is 32 - color contains mainly: blue. Hex color #0A1520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1520 is #F5EADF. Grayscale: #121212. Windows color (decimal): -16116448 or 2102538. OLE color: 2102538.

HSL color Cylindrical-coordinate representation of color #0A1520: hue angle of 210º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A1520 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB102132-
CMYK0.690.3400.87
HSL210º52.38%8.24%-
HSV(B)210º68.75%12.55%-
XYZ0.650.711.47-
YUV18.96135.36121.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 50.79%
R=15.87%
G=33.33%
B=50.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1021320.690.3400.8721052.388.24
HexA15204522057d2348
Octal1225401054201273226410
Binary101010101100000100010110001001010111110100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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