#0E131A

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

Shades of Black Pearl #0E131A

Tints of Black Pearl #0E131A

Color information

#0E131A (or 0x0E131A) is unknown color: approx Black Pearl. HEX triplet: 0E, 13 and 1A. RGB value is (14,19,26). Sum of RGB (Red+Green+Blue) = 14+19+26=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131A is #F1ECE5. Grayscale: #121212. Windows color (decimal): -15854822 or 1708814. OLE color: 1708814.

HSL color Cylindrical-coordinate representation of color #0E131A: hue angle of 215º 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 #0E131A is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB141926-
CMYK0.460.2700.90
HSL215º30%7.84%-
HSV(B)215º46.15%10.2%-
XYZ0.60.631.07-
YUV18.3132.34124.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.73%
GREEN value IS 19 (7.81% from 255) = 32.20%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=23.73%
G=32.20%
B=44.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1419260.460.2700.90215307.84
HexE131A2E1B05Ad71e8
Octal162332563301323273610
Binary11101001111010101110110110101101011010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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