Html Css Color HEX #14111E Jaguar

📋 copy color: '#14111E'

red 20 ◦ green 17 ◦ blue 30

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

Shades of Jaguar #14111E

Tints of Jaguar #14111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 29.85%
G = 25.37%
B = 44.78%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14111E (or 0x14111E) is known color: Jaguar. HEX triplet: 14, 11 and 1E. RGB value is (20,17,30). Sum of RGB (Red+Green+Blue) = 20+17+30=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #14111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14111E is #EBEEE1. Grayscale: #131313. Windows color (decimal): -15462114 or 1970452. OLE color: 1970452.

HSL color Cylindrical-coordinate representation of color #14111E: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #14111E is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 17 30 -
CMYK 0.33 0.43 0 0.88
HSL 253.85º 0.28% 0.09% -
HSV(B) 253.85º 0.43% 0.12% -
XYZ 0.72 0.64 1.31 -
YUV 19.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 20 17 30 0.33 0.43 0 0.88 253.85 0.28 0.09
Hex 14 11 1E 21 2B 0 58 FE 1C 9
Octal 24 21 36 41 53 0 130 376 34 11
Binary 10100 10001 11110 100001 101011 0 1011000 11111110 11100 1001

Color Harmonies of #14111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14111E

Black with #14111E

Text Example


Text Example

White with #14111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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