#0E151A

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

Shades of Black Pearl #0E151A

Tints of Black Pearl #0E151A

Color information

#0E151A (or 0x0E151A) is unknown color: approx Black Pearl. HEX triplet: 0E, 15 and 1A. RGB value is (14,21,26). Sum of RGB (Red+Green+Blue) = 14+21+26=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E151A is #F1EAE5. Grayscale: #131313. Windows color (decimal): -15854310 or 1709326. OLE color: 1709326.

HSL color Cylindrical-coordinate representation of color #0E151A: hue angle of 205º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E151A is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB142126-
CMYK0.460.1900.90
HSL205º30%7.84%-
HSV(B)205º46.15%10.2%-
XYZ0.640.71.08-
YUV19.48131.68124.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 21 (8.59% from 255) = 34.43%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=22.95%
G=34.43%
B=42.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1421260.460.1900.90205307.84
HexE151A2E1305Acd1e8
Octal162532562301323153610
Binary11101010111010101110100110101101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,26); }

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

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

 a { background-color: rgb(14,21,26); }

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

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

 span { border-color: rgb(14,21,26); }

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