#0A141D

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

Shades of Black Pearl #0A141D

Tints of Black Pearl #0A141D

Color information

#0A141D (or 0x0A141D) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 1D. RGB value is (10,20,29). Sum of RGB (Red+Green+Blue) = 10+20+29=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141D is #F5EBE2. Grayscale: #111111. Windows color (decimal): -16116707 or 1905674. OLE color: 1905674.

HSL color Cylindrical-coordinate representation of color #0A141D: hue angle of 208.42º 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 #0A141D is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102029-
CMYK0.660.3100.89
HSL208.42º48.72%7.65%-
HSV(B)208.42º65.52%11.37%-
XYZ0.60.651.26-
YUV18.04134.19122.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.95%
GREEN value IS 20 (8.20% from 255) = 33.90%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=16.95%
G=33.90%
B=49.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1020290.660.3100.89208.4248.727.65
HexA141D421F059d0318
Octal1224351023701313206110
Binary1010101001110110000101111101011001110100001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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