#14171A

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

Shades of Black Pearl #14171A

Tints of Black Pearl #14171A

Color information

#14171A (or 0x14171A) is unknown color: approx Black Pearl. HEX triplet: 14, 17 and 1A. RGB value is (20,23,26). Sum of RGB (Red+Green+Blue) = 20+23+26=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #14171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14171A is #EBE8E5. Grayscale: #161616. Windows color (decimal): -15460582 or 1709844. OLE color: 1709844.

HSL color Cylindrical-coordinate representation of color #14171A: hue angle of 210º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #14171A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB202326-
CMYK0.230.1200.90
HSL210º13.04%9.02%-
HSV(B)210º23.08%10.2%-
XYZ0.780.841.1-
YUV22.44130.01126.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 23 (9.38% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=28.99%
G=33.33%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2023260.230.1200.9021013.049.02
Hex14171A17C05Ad2d9
Octal242732271401323221511
Binary101001011111010101111100010110101101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14171A; }

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

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

<style>
 a { background-color: #14171A; }

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

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

<style>
 span { border-color: #14171A; }

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

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