#0A1218

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

Shades of Black Pearl #0A1218

Tints of Black Pearl #0A1218

Color information

#0A1218 (or 0x0A1218) is unknown color: approx Black Pearl. HEX triplet: 0A, 12 and 18. RGB value is (10,18,24). Sum of RGB (Red+Green+Blue) = 10+18+24=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1218 is #F5EDE7. Grayscale: #101010. Windows color (decimal): -16117224 or 1577482. OLE color: 1577482.

HSL color Cylindrical-coordinate representation of color #0A1218: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1218 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB101824-
CMYK0.580.2500.91
HSL205.71º41.18%6.67%-
HSV(B)205.71º58.33%9.41%-
XYZ0.510.560.95-
YUV16.29132.35123.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.23%
GREEN value IS 18 (7.42% from 255) = 34.62%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=19.23%
G=34.62%
B=46.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1018240.580.2500.91205.7141.186.67
HexA12183A1905Bce297
Octal12223072310133316517
Binary10101001011000111010110010101101111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,18,24); }

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

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

 a { background-color: rgb(10,18,24); }

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

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

 span { border-color: rgb(10,18,24); }

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