Html Css Color HEX #14292D Black Pearl

📋 copy color: '#14292D'

red 20 ◦ green 41 ◦ blue 45

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

Shades of Black Pearl #14292D

Tints of Black Pearl #14292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 38.68%

 BLUE value IS 45 (17.97% from 255) = 42.45%

R = 18.87%
G = 38.68%
B = 42.45%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14292D (or 0x14292D) is known color: Black Pearl. HEX triplet: 14, 29 and 2D. RGB value is (20,41,45). Sum of RGB (Red+Green+Blue) = 20+41+45=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #14292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292D is #EBD6D2. Grayscale: #232323. Windows color (decimal): -15455955 or 2959636. OLE color: 2959636.

HSL color Cylindrical-coordinate representation of color #14292D: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #14292D is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 41 45 -
CMYK 0.56 0.09 0 0.82
HSL 189.6º 0.38% 0.13% -
HSV(B) 189.6º 0.56% 0.18% -
XYZ 1.56 1.92 2.77 -
YUV 35.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 20 41 45 0.56 0.09 0 0.82 189.6 0.38 0.13
Hex 14 29 2D 38 9 0 52 BE 26 D
Octal 24 51 55 70 11 0 122 276 46 15
Binary 10100 101001 101101 111000 1001 0 1010010 10111110 100110 1101

Color Harmonies of #14292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14292D

Black with #14292D

Text Example


Text Example

White with #14292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,41,45); }

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

background-color css

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

 a { background-color: rgb(20,41,45); }

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

border-color css

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

 span { border-color: rgb(20,41,45); }

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