#0A1424

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

Shades of Black Pearl #0A1424

Tints of Black Pearl #0A1424

Color information

#0A1424 (or 0x0A1424) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 24. RGB value is (10,20,36). Sum of RGB (Red+Green+Blue) = 10+20+36=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1424 is #F5EBDB. Grayscale: #121212. Windows color (decimal): -16116700 or 2364426. OLE color: 2364426.

HSL color Cylindrical-coordinate representation of color #0A1424: hue angle of 216.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A1424 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB102036-
CMYK0.720.4400.86
HSL216.92º56.52%9.02%-
HSV(B)216.92º72.22%14.12%-
XYZ0.690.691.77-
YUV18.83137.69121.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=15.15%
G=30.30%
B=54.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1020360.720.4400.86216.9256.529.02
HexA1424482C056d9399
Octal1224441105401263317111
Binary101010100100100100100010110001010110110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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