Html Css Color HEX #131119 Jaguar

📋 copy color: '#131119'

red 19 ◦ green 17 ◦ blue 25

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

Shades of Jaguar #131119

Tints of Jaguar #131119

RGB

 RED value IS 19 (7.81% from 255) = 31.15%

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

 BLUE value IS 25 (10.16% from 255) = 40.98%

R = 31.15%
G = 27.87%
B = 40.98%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#131119 (or 0x131119) is known color: Jaguar. HEX triplet: 13, 11 and 19. RGB value is (19,17,25). Sum of RGB (Red+Green+Blue) = 19+17+25=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #131119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131119 is #ECEEE6. Grayscale: #121212. Windows color (decimal): -15527655 or 1642771. OLE color: 1642771.

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

Color convert

RGB 19 17 25 -
CMYK 0.24 0.32 0 0.90
HSL 255º 0.19% 0.08% -
HSV(B) 255º 0.32% 0.1% -
XYZ 0.64 0.61 1 -
YUV 18.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 19 17 25 0.24 0.32 0 0.90 255 0.19 0.08
Hex 13 11 19 18 20 0 5A FF 13 8
Octal 23 21 31 30 40 0 132 377 23 10
Binary 10011 10001 11001 11000 100000 0 1011010 11111111 10011 1000

Color Harmonies of #131119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131119

Black with #131119

Text Example


Text Example

White with #131119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131119; }

 p { color: rgb(19,17,25); }

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

background-color css

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

 a { background-color: rgb(19,17,25); }

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

border-color css

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

 span { border-color: rgb(19,17,25); }

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