Html Css Color HEX #13111B Jaguar

📋 copy color: '#13111B'

red 19 ◦ green 17 ◦ blue 27

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

Shades of Jaguar #13111B

Tints of Jaguar #13111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.86%

R = 30.16%
G = 26.98%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13111B (or 0x13111B) is known color: Jaguar. HEX triplet: 13, 11 and 1B. RGB value is (19,17,27). Sum of RGB (Red+Green+Blue) = 19+17+27=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #13111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13111B is #ECEEE4. Grayscale: #121212. Windows color (decimal): -15527653 or 1773843. OLE color: 1773843.

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

Color convert

RGB 19 17 27 -
CMYK 0.30 0.37 0 0.89
HSL 252º 0.23% 0.09% -
HSV(B) 252º 0.37% 0.11% -
XYZ 0.67 0.62 1.12 -
YUV 18.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 19 17 27 0.30 0.37 0 0.89 252 0.23 0.09
Hex 13 11 1B 1E 25 0 59 FC 17 9
Octal 23 21 33 36 45 0 131 374 27 11
Binary 10011 10001 11011 11110 100101 0 1011001 11111100 10111 1001

Color Harmonies of #13111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13111B

Black with #13111B

Text Example


Text Example

White with #13111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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