#000A18

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

Shades of Black Pearl #000A18

Tints of Black Pearl #000A18

Color information

#000A18 (or 0x000A18) is unknown color: approx Black Pearl. HEX triplet: 00, 0A and 18. RGB value is (0,10,24). Sum of RGB (Red+Green+Blue) = 0+10+24=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 24 (9.77% from 255 or 70.59% from 34); Max value from RGB is 24 - color contains mainly: blue. Hex color #000A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A18 is #FFF5E7. Grayscale: #080808. Windows color (decimal): -16774632 or 1575424. OLE color: 1575424.

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

Color convert

RGB01024-
CMYK10.5800.91
HSL215º100%4.71%-
HSV(B)215º100%9.41%-
XYZ0.270.280.9-
YUV8.61136.69121.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 29.41%
BLUE value IS 24 (9.77% from 255) = 70.59%
R=0%
G=29.41%
B=70.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0102410.5800.912151004.71
Hex0A18643A05Bd7645
Octal012301447201333271445
Binary0101011000110010011101001011011110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A18; }

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

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

<style>
 a { background-color: #000A18; }

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

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

<style>
 span { border-color: #000A18; }

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

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