Html Css Color HEX #14171A Black Pearl

📋 copy color: '#14171A'

red 20 ◦ green 23 ◦ blue 26

#14171A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #14171A

Tints of Black Pearl #14171A

RGB

 RED value IS 20 (8.2% 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 value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#14171A (or 0x14171A) is known color: 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

RGB 20 23 26 -
CMYK 0.23 0.12 0 0.90
HSL 210º 0.13% 0.09% -
HSV(B) 210º 0.23% 0.1% -
XYZ 0.78 0.84 1.1 -
YUV 22.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 20 23 26 0.23 0.12 0 0.90 210 0.13 0.09
Hex 14 17 1A 17 C 0 5A D2 D 9
Octal 24 27 32 27 14 0 132 322 15 11
Binary 10100 10111 11010 10111 1100 0 1011010 11010010 1101 1001

Color Harmonies of #14171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14171A

Black with #14171A

Text Example


Text Example

White with #14171A

Text Example


Text Example

HTML Codes & Css Web 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>