Html Css Color HEX #141317 Jaguar

📋 copy color: '#141317'

red 20 ◦ green 19 ◦ blue 23

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

Shades of Jaguar #141317

Tints of Jaguar #141317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.65%

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 32.26%
G = 30.65%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141317 (or 0x141317) is known color: Jaguar. HEX triplet: 14, 13 and 17. RGB value is (20,19,23). Sum of RGB (Red+Green+Blue) = 20+19+23=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 23 - color contains mainly: blue. Hex color #141317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141317 is #EBECE8. Grayscale: #131313. Windows color (decimal): -15461609 or 1512212. OLE color: 1512212.

HSL color Cylindrical-coordinate representation of color #141317: hue angle of 255º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141317 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 19 23 -
CMYK 0.13 0.17 0 0.91
HSL 255º 0.1% 0.08% -
HSV(B) 255º 0.17% 0.09% -
XYZ 0.68 0.68 0.91 -
YUV 19.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 20 19 23 0.13 0.17 0 0.91 255 0.1 0.08
Hex 14 13 17 D 11 0 5B FF A 8
Octal 24 23 27 15 21 0 133 377 12 10
Binary 10100 10011 10111 1101 10001 0 1011011 11111111 1010 1000

Color Harmonies of #141317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141317

Black with #141317

Text Example


Text Example

White with #141317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141317; }

 p { color: rgb(20,19,23); }

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

background-color css

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

 a { background-color: rgb(20,19,23); }

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

border-color css

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

 span { border-color: rgb(20,19,23); }

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