Html Css Color HEX #14191D Black Pearl

📋 copy color: '#14191D'

red 20 ◦ green 25 ◦ blue 29

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

Shades of Black Pearl #14191D

Tints of Black Pearl #14191D

RGB

 RED value IS 20 (8.2% from 255) = 27.03%

 GREEN value IS 25 (10.16% from 255) = 33.78%

 BLUE value IS 29 (11.72% from 255) = 39.19%

R = 27.03%
G = 33.78%
B = 39.19%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14191D (or 0x14191D) is known color: Black Pearl. HEX triplet: 14, 19 and 1D. RGB value is (20,25,29). Sum of RGB (Red+Green+Blue) = 20+25+29=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #14191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191D is #EBE6E2. Grayscale: #171717. Windows color (decimal): -15460067 or 1906964. OLE color: 1906964.

HSL color Cylindrical-coordinate representation of color #14191D: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #14191D is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 25 29 -
CMYK 0.31 0.14 0 0.89
HSL 206.67º 0.18% 0.1% -
HSV(B) 206.67º 0.31% 0.11% -
XYZ 0.86 0.93 1.3 -
YUV 23.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 20 25 29 0.31 0.14 0 0.89 206.67 0.18 0.1
Hex 14 19 1D 1F E 0 59 CF 12 A
Octal 24 31 35 37 16 0 131 317 22 12
Binary 10100 11001 11101 11111 1110 0 1011001 11001111 10010 1010

Color Harmonies of #14191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14191D

Black with #14191D

Text Example


Text Example

White with #14191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14191D; }

 p { color: rgb(20,25,29); }

 H1.HeaderClassName
 {
   color: #14191D;
 }
 .AnyTagClassName
 {
   color: #14191D;
 }
</style>

background-color css

<style>
 a { background-color: #14191D; }

 a { background-color: rgb(20,25,29); }

 div.DivClassName
 {
   background-color: #14191D;
 }
 .BgClassName
 {
   background-color: #14191D;
 }
</style>

border-color css

<style>
 span { border-color: #14191D; }

 span { border-color: rgb(20,25,29); }

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