Html Css Color HEX #141819 Black Pearl

📋 copy color: '#141819'

red 20 ◦ green 24 ◦ blue 25

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

Shades of Black Pearl #141819

Tints of Black Pearl #141819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 34.78%

 BLUE value IS 25 (10.16% from 255) = 36.23%

R = 28.99%
G = 34.78%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#141819 (or 0x141819) is known color: Black Pearl. HEX triplet: 14, 18 and 19. RGB value is (20,24,25). Sum of RGB (Red+Green+Blue) = 20+24+25=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: blue. Hex color #141819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141819 is #EBE7E6. Grayscale: #161616. Windows color (decimal): -15460327 or 1644564. OLE color: 1644564.

HSL color Cylindrical-coordinate representation of color #141819: hue angle of 192º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #141819 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 24 25 -
CMYK 0.20 0.04 0 0.90
HSL 192º 0.11% 0.09% -
HSV(B) 192º 0.2% 0.1% -
XYZ 0.79 0.87 1.05 -
YUV 22.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 20 24 25 0.20 0.04 0 0.90 192 0.11 0.09
Hex 14 18 19 14 4 0 5A C0 B 9
Octal 24 30 31 24 4 0 132 300 13 11
Binary 10100 11000 11001 10100 100 0 1011010 11000000 1011 1001

Color Harmonies of #141819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141819

Black with #141819

Text Example


Text Example

White with #141819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141819; }

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

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

background-color css

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

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

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

border-color css

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

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

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