Html Css Color HEX #14191C Black Pearl

📋 copy color: '#14191C'

red 20 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #14191C

Tints of Black Pearl #14191C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 27.4%
G = 34.25%
B = 38.36%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14191C (or 0x14191C) is known color: Black Pearl. HEX triplet: 14, 19 and 1C. RGB value is (20,25,28). Sum of RGB (Red+Green+Blue) = 20+25+28=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #14191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191C is #EBE6E3. Grayscale: #171717. Windows color (decimal): -15460068 or 1841428. OLE color: 1841428.

HSL color Cylindrical-coordinate representation of color #14191C: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14191C is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 25 28 -
CMYK 0.29 0.11 0 0.89
HSL 202.5º 0.17% 0.09% -
HSV(B) 202.5º 0.29% 0.11% -
XYZ 0.85 0.93 1.23 -
YUV 23.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 20 25 28 0.29 0.11 0 0.89 202.5 0.17 0.09
Hex 14 19 1C 1D B 0 59 CA 11 9
Octal 24 31 34 35 13 0 131 312 21 11
Binary 10100 11001 11100 11101 1011 0 1011001 11001010 10001 1001

Color Harmonies of #14191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14191C

Black with #14191C

Text Example


Text Example

White with #14191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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