#0A1528

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

Shades of Black Pearl #0A1528

Tints of Black Pearl #0A1528

Color information

#0A1528 (or 0x0A1528) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 28. RGB value is (10,21,40). Sum of RGB (Red+Green+Blue) = 10+21+40=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #0A1528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1528 is #F5EAD7. Grayscale: #131313. Windows color (decimal): -16116440 or 2626826. OLE color: 2626826.

HSL color Cylindrical-coordinate representation of color #0A1528: hue angle of 218º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1528 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB102140-
CMYK0.750.4800.84
HSL218º60%9.8%-
HSV(B)218º75%15.69%-
XYZ0.780.752.11-
YUV19.88139.36120.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=14.08%
G=29.58%
B=56.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1021400.750.4800.84218609.8
HexA15284B30054da3ca
Octal1225501136001243327412
Binary101010101101000100101111000001010100110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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