#0A1625

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

Shades of Black Pearl #0A1625

Tints of Black Pearl #0A1625

Color information

#0A1625 (or 0x0A1625) is unknown color: approx Black Pearl. HEX triplet: 0A, 16 and 25. RGB value is (10,22,37). Sum of RGB (Red+Green+Blue) = 10+22+37=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1625 is #F5E9DA. Grayscale: #141414. Windows color (decimal): -16116187 or 2430474. OLE color: 2430474.

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

Color convert

RGB102237-
CMYK0.730.4100.85
HSL213.33º57.45%9.22%-
HSV(B)213.33º72.97%14.51%-
XYZ0.750.771.86-
YUV20.12137.52120.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 22 (8.98% from 255) = 31.88%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=14.49%
G=31.88%
B=53.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1022370.730.4100.85213.3357.459.22
HexA16254929055d5399
Octal1226451115101253257111
Binary101010110100101100100110100101010101110101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,37); }

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

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

 a { background-color: rgb(10,22,37); }

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

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

 span { border-color: rgb(10,22,37); }

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