#0A1526

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

Shades of Black Pearl #0A1526

Tints of Black Pearl #0A1526

Color information

#0A1526 (or 0x0A1526) is unknown color: approx Black Pearl. HEX triplet: 0A, 15 and 26. RGB value is (10,21,38). Sum of RGB (Red+Green+Blue) = 10+21+38=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1526 is #F5EAD9. Grayscale: #131313. Windows color (decimal): -16116442 or 2495754. OLE color: 2495754.

HSL color Cylindrical-coordinate representation of color #0A1526: hue angle of 216.43º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A1526 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB102138-
CMYK0.740.4500.85
HSL216.43º58.33%9.41%-
HSV(B)216.43º73.68%14.9%-
XYZ0.740.741.94-
YUV19.65138.36121.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 38 (15.23% from 255) = 55.07%
R=14.49%
G=30.43%
B=55.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1021380.740.4500.85216.4358.339.41
HexA15264A2D055d83a9
Octal1225461125501253307211
Binary101010101100110100101010110101010101110110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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