#0A1925

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

Shades of Black Pearl #0A1925

Tints of Black Pearl #0A1925

Color information

#0A1925 (or 0x0A1925) is unknown color: approx Black Pearl. HEX triplet: 0A, 19 and 25. RGB value is (10,25,37). Sum of RGB (Red+Green+Blue) = 10+25+37=72 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.89% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1925 is #F5E6DA. Grayscale: #151515. Windows color (decimal): -16115419 or 2431242. OLE color: 2431242.

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

Color convert

RGB102537-
CMYK0.730.3200.85
HSL206.67º57.45%9.22%-
HSV(B)206.67º72.97%14.51%-
XYZ0.810.891.88-
YUV21.88136.53119.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.89%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=13.89%
G=34.72%
B=51.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1025370.730.3200.85206.6757.459.22
HexA19254920055cf399
Octal1231451114001253177111
Binary101011001100101100100110000001010101110011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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