Html Css Color HEX #141124 Jaguar

📋 copy color: '#141124'

red 20 ◦ green 17 ◦ blue 36

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

Shades of Jaguar #141124

Tints of Jaguar #141124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.29%

 BLUE value IS 36 (14.45% from 255) = 49.32%

R = 27.4%
G = 23.29%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141124 (or 0x141124) is known color: Jaguar. HEX triplet: 14, 11 and 24. RGB value is (20,17,36). Sum of RGB (Red+Green+Blue) = 20+17+36=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #141124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141124 is #EBEEDB. Grayscale: #131313. Windows color (decimal): -15462108 or 2363668. OLE color: 2363668.

HSL color Cylindrical-coordinate representation of color #141124: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141124 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 17 36 -
CMYK 0.44 0.53 0 0.86
HSL 249.47º 0.36% 0.1% -
HSV(B) 249.47º 0.53% 0.14% -
XYZ 0.81 0.68 1.76 -
YUV 20.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 20 17 36 0.44 0.53 0 0.86 249.47 0.36 0.1
Hex 14 11 24 2C 35 0 56 F9 24 A
Octal 24 21 44 54 65 0 126 371 44 12
Binary 10100 10001 100100 101100 110101 0 1010110 11111001 100100 1010

Color Harmonies of #141124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141124

Black with #141124

Text Example


Text Example

White with #141124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141124; }

 p { color: rgb(20,17,36); }

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

background-color css

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

 a { background-color: rgb(20,17,36); }

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

border-color css

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

 span { border-color: rgb(20,17,36); }

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