Html Css Color HEX #14292E Black Pearl

📋 copy color: '#14292E'

red 20 ◦ green 41 ◦ blue 46

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

Shades of Black Pearl #14292E

Tints of Black Pearl #14292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 42.99%

R = 18.69%
G = 38.32%
B = 42.99%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14292E (or 0x14292E) is known color: Black Pearl. HEX triplet: 14, 29 and 2E. RGB value is (20,41,46). Sum of RGB (Red+Green+Blue) = 20+41+46=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #14292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292E is #EBD6D1. Grayscale: #232323. Windows color (decimal): -15455954 or 3025172. OLE color: 3025172.

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

Color convert

RGB 20 41 46 -
CMYK 0.57 0.11 0 0.82
HSL 191.54º 0.39% 0.13% -
HSV(B) 191.54º 0.57% 0.18% -
XYZ 1.57 1.93 2.87 -
YUV 35.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 20 41 46 0.57 0.11 0 0.82 191.54 0.39 0.13
Hex 14 29 2E 39 B 0 52 C0 27 D
Octal 24 51 56 71 13 0 122 300 47 15
Binary 10100 101001 101110 111001 1011 0 1010010 11000000 100111 1101

Color Harmonies of #14292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14292E

Black with #14292E

Text Example


Text Example

White with #14292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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