#0A1E25

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

Shades of Black Pearl #0A1E25

Tints of Black Pearl #0A1E25

Color information

#0A1E25 (or 0x0A1E25) is unknown color: approx Black Pearl. HEX triplet: 0A, 1E and 25. RGB value is (10,30,37). Sum of RGB (Red+Green+Blue) = 10+30+37=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #0A1E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E25 is #F5E1DA. Grayscale: #181818. Windows color (decimal): -16114139 or 2432522. OLE color: 2432522.

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

Color convert

RGB103037-
CMYK0.730.1900.85
HSL195.56º57.45%9.22%-
HSV(B)195.56º72.97%14.51%-
XYZ0.921.131.92-
YUV24.82134.87117.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=12.99%
G=38.96%
B=48.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1030370.730.1900.85195.5657.459.22
HexA1E254913055c4399
Octal1236451112301253047111
Binary10101111010010110010011001101010101110001001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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