Html Css Color HEX #141029 Jaguar

📋 copy color: '#141029'

red 20 ◦ green 16 ◦ blue 41

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

Shades of Jaguar #141029

Tints of Jaguar #141029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

 BLUE value IS 41 (16.41% from 255) = 53.25%

R = 25.97%
G = 20.78%
B = 53.25%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141029 (or 0x141029) is known color: Jaguar. HEX triplet: 14, 10 and 29. RGB value is (20,16,41). Sum of RGB (Red+Green+Blue) = 20+16+41=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #141029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141029 is #EBEFD6. Grayscale: #131313. Windows color (decimal): -15462359 or 2691092. OLE color: 2691092.

HSL color Cylindrical-coordinate representation of color #141029: hue angle of 249.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141029 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 16 41 -
CMYK 0.51 0.61 0 0.84
HSL 249.6º 0.44% 0.11% -
HSV(B) 249.6º 0.61% 0.16% -
XYZ 0.87 0.68 2.18 -
YUV 20.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 20 16 41 0.51 0.61 0 0.84 249.6 0.44 0.11
Hex 14 10 29 33 3D 0 54 FA 2C B
Octal 24 20 51 63 75 0 124 372 54 13
Binary 10100 10000 101001 110011 111101 0 1010100 11111010 101100 1011

Color Harmonies of #141029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141029

Black with #141029

Text Example


Text Example

White with #141029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141029; }

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

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

background-color css

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

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

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

border-color css

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

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

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