Html Css Color HEX #131216 Jaguar

📋 copy color: '#131216'

red 19 ◦ green 18 ◦ blue 22

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

Shades of Jaguar #131216

Tints of Jaguar #131216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 30.51%

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 32.2%
G = 30.51%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131216 (or 0x131216) is known color: Jaguar. HEX triplet: 13, 12 and 16. RGB value is (19,18,22). Sum of RGB (Red+Green+Blue) = 19+18+22=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 22 - color contains mainly: blue. Hex color #131216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131216 is #ECEDE9. Grayscale: #121212. Windows color (decimal): -15527402 or 1446419. OLE color: 1446419.

HSL color Cylindrical-coordinate representation of color #131216: 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.18%. Process color model (Four color, CMYK) of #131216 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 18 22 -
CMYK 0.14 0.18 0 0.91
HSL 255º 0.1% 0.08% -
HSV(B) 255º 0.18% 0.09% -
XYZ 0.63 0.63 0.85 -
YUV 18.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 19 18 22 0.14 0.18 0 0.91 255 0.1 0.08
Hex 13 12 16 E 12 0 5B FF A 8
Octal 23 22 26 16 22 0 133 377 12 10
Binary 10011 10010 10110 1110 10010 0 1011011 11111111 1010 1000

Color Harmonies of #131216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131216

Black with #131216

Text Example


Text Example

White with #131216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131216; }

 p { color: rgb(19,18,22); }

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

background-color css

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

 a { background-color: rgb(19,18,22); }

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

border-color css

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

 span { border-color: rgb(19,18,22); }

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