Html Css Color HEX #14121C Jaguar

📋 copy color: '#14121C'

red 20 ◦ green 18 ◦ blue 28

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

Shades of Jaguar #14121C

Tints of Jaguar #14121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 42.42%

R = 30.3%
G = 27.27%
B = 42.42%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14121C (or 0x14121C) is known color: Jaguar. HEX triplet: 14, 12 and 1C. RGB value is (20,18,28). Sum of RGB (Red+Green+Blue) = 20+18+28=66 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.30% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #14121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121C is #EBEDE3. Grayscale: #131313. Windows color (decimal): -15461860 or 1839636. OLE color: 1839636.

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

Color convert

RGB 20 18 28 -
CMYK 0.29 0.36 0 0.89
HSL 252º 0.22% 0.09% -
HSV(B) 252º 0.36% 0.11% -
XYZ 0.71 0.67 1.19 -
YUV 19.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 20 18 28 0.29 0.36 0 0.89 252 0.22 0.09
Hex 14 12 1C 1D 24 0 59 FC 16 9
Octal 24 22 34 35 44 0 131 374 26 11
Binary 10100 10010 11100 11101 100100 0 1011001 11111100 10110 1001

Color Harmonies of #14121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14121C

Black with #14121C

Text Example


Text Example

White with #14121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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