Html Css Color HEX #14191B Black Pearl

📋 copy color: '#14191B'

red 20 ◦ green 25 ◦ blue 27

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

Shades of Black Pearl #14191B

Tints of Black Pearl #14191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 37.5%

R = 27.78%
G = 34.72%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14191B (or 0x14191B) is known color: Black Pearl. HEX triplet: 14, 19 and 1B. RGB value is (20,25,27). Sum of RGB (Red+Green+Blue) = 20+25+27=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #14191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14191B is #EBE6E4. Grayscale: #171717. Windows color (decimal): -15460069 or 1775892. OLE color: 1775892.

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

Color convert

RGB 20 25 27 -
CMYK 0.26 0.07 0 0.89
HSL 197.14º 0.15% 0.09% -
HSV(B) 197.14º 0.26% 0.11% -
XYZ 0.83 0.92 1.17 -
YUV 23.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 20 25 27 0.26 0.07 0 0.89 197.14 0.15 0.09
Hex 14 19 1B 1A 7 0 59 C5 F 9
Octal 24 31 33 32 7 0 131 305 17 11
Binary 10100 11001 11011 11010 111 0 1011001 11000101 1111 1001

Color Harmonies of #14191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14191B

Black with #14191B

Text Example


Text Example

White with #14191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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