Html Css Color HEX #140F29 Jaguar

📋 copy color: '#140F29'

red 20 ◦ green 15 ◦ blue 41

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

Shades of Jaguar #140F29

Tints of Jaguar #140F29

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.74%

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

R = 26.32%
G = 19.74%
B = 53.95%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140F29 (or 0x140F29) is known color: Jaguar. HEX triplet: 14, 0F and 29. RGB value is (20,15,41). Sum of RGB (Red+Green+Blue) = 20+15+41=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #140F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F29 is #EBF0D6. Grayscale: #131313. Windows color (decimal): -15462615 or 2690836. OLE color: 2690836.

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

Color convert

RGB 20 15 41 -
CMYK 0.51 0.63 0 0.84
HSL 251.54º 0.46% 0.11% -
HSV(B) 251.54º 0.63% 0.16% -
XYZ 0.86 0.65 2.18 -
YUV 19.46 140.16 128.39 -
System Red Green Blue C M Y K H S L
Decimal 20 15 41 0.51 0.63 0 0.84 251.54 0.46 0.11
Hex 14 F 29 33 3F 0 54 FC 2E B
Octal 24 17 51 63 77 0 124 374 56 13
Binary 10100 1111 101001 110011 111111 0 1010100 11111100 101110 1011

Color Harmonies of #140F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F29

Black with #140F29

Text Example


Text Example

White with #140F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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