#0A141A

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

Shades of Black Pearl #0A141A

Tints of Black Pearl #0A141A

Color information

#0A141A (or 0x0A141A) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 1A. RGB value is (10,20,26). Sum of RGB (Red+Green+Blue) = 10+20+26=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141A is #F5EBE5. Grayscale: #111111. Windows color (decimal): -16116710 or 1709066. OLE color: 1709066.

HSL color Cylindrical-coordinate representation of color #0A141A: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A141A is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB102026-
CMYK0.620.2300.90
HSL202.5º44.44%7.06%-
HSV(B)202.5º61.54%10.2%-
XYZ0.560.641.07-
YUV17.69132.69122.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.86%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=17.86%
G=35.71%
B=46.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1020260.620.2300.90202.544.447.06
HexA141A3E1705Aca2c7
Octal12243276270132312547
Binary10101010011010111110101110101101011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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