#0A1425

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

Shades of Black Pearl #0A1425

Tints of Black Pearl #0A1425

Color information

#0A1425 (or 0x0A1425) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 25. RGB value is (10,20,37). Sum of RGB (Red+Green+Blue) = 10+20+37=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1425 is #F5EBDA. Grayscale: #121212. Windows color (decimal): -16116699 or 2429962. OLE color: 2429962.

HSL color Cylindrical-coordinate representation of color #0A1425: hue angle of 217.78º 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 #0A1425 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB102037-
CMYK0.730.4600.85
HSL217.78º57.45%9.22%-
HSV(B)217.78º72.97%14.51%-
XYZ0.710.71.85-
YUV18.95138.19121.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.93%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=14.93%
G=29.85%
B=55.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1020370.730.4600.85217.7857.459.22
HexA1425492E055da399
Octal1224451115601253327111
Binary101010100100101100100110111001010101110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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