#0A141B

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

Shades of Black Pearl #0A141B

Tints of Black Pearl #0A141B

Color information

#0A141B (or 0x0A141B) is unknown color: approx Black Pearl. HEX triplet: 0A, 14 and 1B. RGB value is (10,20,27). Sum of RGB (Red+Green+Blue) = 10+20+27=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A141B is #F5EBE4. Grayscale: #111111. Windows color (decimal): -16116709 or 1774602. OLE color: 1774602.

HSL color Cylindrical-coordinate representation of color #0A141B: hue angle of 204.71º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A141B is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB102027-
CMYK0.630.2600.89
HSL204.71º45.95%7.25%-
HSV(B)204.71º62.96%10.59%-
XYZ0.570.641.13-
YUV17.81133.19122.43-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.54%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=17.54%
G=35.09%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1020270.630.2600.89204.7145.957.25
HexA141B3F1A059cd2e7
Octal12243377320131315567
Binary10101010011011111111110100101100111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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