Html Css Color HEX #13111C Jaguar

📋 copy color: '#13111C'

red 19 ◦ green 17 ◦ blue 28

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

Shades of Jaguar #13111C

Tints of Jaguar #13111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.75%

R = 29.69%
G = 26.56%
B = 43.75%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13111C (or 0x13111C) is known color: Jaguar. HEX triplet: 13, 11 and 1C. RGB value is (19,17,28). Sum of RGB (Red+Green+Blue) = 19+17+28=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 28 - color contains mainly: blue. Hex color #13111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111C is #ECEEE3. Grayscale: #121212. Windows color (decimal): -15527652 or 1839379. OLE color: 1839379.

HSL color Cylindrical-coordinate representation of color #13111C: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #13111C is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 17 28 -
CMYK 0.32 0.39 0 0.89
HSL 250.91º 0.24% 0.09% -
HSV(B) 250.91º 0.39% 0.11% -
XYZ 0.68 0.62 1.18 -
YUV 18.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 19 17 28 0.32 0.39 0 0.89 250.91 0.24 0.09
Hex 13 11 1C 20 27 0 59 FB 18 9
Octal 23 21 34 40 47 0 131 373 30 11
Binary 10011 10001 11100 100000 100111 0 1011001 11111011 11000 1001

Color Harmonies of #13111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13111C

Black with #13111C

Text Example


Text Example

White with #13111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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