Html Css Color HEX #140F2A Jaguar

📋 copy color: '#140F2A'

red 20 ◦ green 15 ◦ blue 42

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

Shades of Jaguar #140F2A

Tints of Jaguar #140F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 54.55%

R = 25.97%
G = 19.48%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#140F2A (or 0x140F2A) is known color: Jaguar. HEX triplet: 14, 0F and 2A. RGB value is (20,15,42). Sum of RGB (Red+Green+Blue) = 20+15+42=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #140F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F2A is #EBF0D5. Grayscale: #131313. Windows color (decimal): -15462614 or 2756372. OLE color: 2756372.

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

Color convert

RGB 20 15 42 -
CMYK 0.52 0.64 0 0.84
HSL 251.11º 0.47% 0.11% -
HSV(B) 251.11º 0.64% 0.16% -
XYZ 0.88 0.66 2.27 -
YUV 19.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 20 15 42 0.52 0.64 0 0.84 251.11 0.47 0.11
Hex 14 F 2A 34 40 0 54 FB 2F B
Octal 24 17 52 64 100 0 124 373 57 13
Binary 10100 1111 101010 110100 1000000 0 1010100 11111011 101111 1011

Color Harmonies of #140F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F2A

Black with #140F2A

Text Example


Text Example

White with #140F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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