#0A181D

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

Shades of Black Pearl #0A181D

Tints of Black Pearl #0A181D

Color information

#0A181D (or 0x0A181D) is unknown color: approx Black Pearl. HEX triplet: 0A, 18 and 1D. RGB value is (10,24,29). Sum of RGB (Red+Green+Blue) = 10+24+29=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A181D is #F5E7E2. Grayscale: #141414. Windows color (decimal): -16115683 or 1906698. OLE color: 1906698.

HSL color Cylindrical-coordinate representation of color #0A181D: hue angle of 195.79º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A181D is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102429-
CMYK0.660.1700.89
HSL195.79º48.72%7.65%-
HSV(B)195.79º65.52%11.37%-
XYZ0.670.811.28-
YUV20.38132.86120.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=15.87%
G=38.10%
B=46.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1024290.660.1700.89195.7948.727.65
HexA181D4211059c4318
Octal1230351022101313046110
Binary1010110001110110000101000101011001110001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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