#0E171D

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

Shades of Black Pearl #0E171D

Tints of Black Pearl #0E171D

Color information

#0E171D (or 0x0E171D) is unknown color: approx Black Pearl. HEX triplet: 0E, 17 and 1D. RGB value is (14,23,29). Sum of RGB (Red+Green+Blue) = 14+23+29=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E171D is #F1E8E2. Grayscale: #141414. Windows color (decimal): -15853795 or 1906446. OLE color: 1906446.

HSL color Cylindrical-coordinate representation of color #0E171D: hue angle of 204º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E171D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB142329-
CMYK0.520.2100.89
HSL204º34.88%8.43%-
HSV(B)204º51.72%11.37%-
XYZ0.710.791.28-
YUV20.99132.52123.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=21.21%
G=34.85%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1423290.520.2100.8920434.888.43
HexE171D3415059cc238
Octal162735642501313144310
Binary111010111111011101001010101011001110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,23,29); }

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

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

 a { background-color: rgb(14,23,29); }

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

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

 span { border-color: rgb(14,23,29); }

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