Html Css Color HEX #14121D Jaguar

📋 copy color: '#14121D'

red 20 ◦ green 18 ◦ blue 29

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

Shades of Jaguar #14121D

Tints of Jaguar #14121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 29.85%
G = 26.87%
B = 43.28%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14121D (or 0x14121D) is known color: Jaguar. HEX triplet: 14, 12 and 1D. RGB value is (20,18,29). Sum of RGB (Red+Green+Blue) = 20+18+29=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 29 - color contains mainly: blue. Hex color #14121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121D is #EBEDE2. Grayscale: #131313. Windows color (decimal): -15461859 or 1905172. OLE color: 1905172.

HSL color Cylindrical-coordinate representation of color #14121D: hue angle of 250.91º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14121D is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 18 29 -
CMYK 0.31 0.38 0 0.89
HSL 250.91º 0.23% 0.09% -
HSV(B) 250.91º 0.38% 0.11% -
XYZ 0.73 0.67 1.25 -
YUV 19.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 20 18 29 0.31 0.38 0 0.89 250.91 0.23 0.09
Hex 14 12 1D 1F 26 0 59 FB 17 9
Octal 24 22 35 37 46 0 131 373 27 11
Binary 10100 10010 11101 11111 100110 0 1011001 11111011 10111 1001

Color Harmonies of #14121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14121D

Black with #14121D

Text Example


Text Example

White with #14121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,18,29); }

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

background-color css

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

 a { background-color: rgb(20,18,29); }

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

border-color css

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

 span { border-color: rgb(20,18,29); }

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