Html Css Color HEX #161131 Jaguar

📋 copy color: '#161131'

red 22 ◦ green 17 ◦ blue 49

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

Shades of Jaguar #161131

Tints of Jaguar #161131

RGB

 RED value IS 22 (8.98% from 255) = 25%

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

 BLUE value IS 49 (19.53% from 255) = 55.68%

R = 25%
G = 19.32%
B = 55.68%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#161131 (or 0x161131) is known color: Jaguar. HEX triplet: 16, 11 and 31. RGB value is (22,17,49). Sum of RGB (Red+Green+Blue) = 22+17+49=88 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #161131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161131 is #E9EECE. Grayscale: #161616. Windows color (decimal): -15331023 or 3215638. OLE color: 3215638.

HSL color Cylindrical-coordinate representation of color #161131: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161131 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 17 49 -
CMYK 0.55 0.65 0 0.81
HSL 249.38º 0.48% 0.13% -
HSV(B) 249.38º 0.65% 0.19% -
XYZ 1.09 0.79 3 -
YUV 22.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 22 17 49 0.55 0.65 0 0.81 249.38 0.48 0.13
Hex 16 11 31 37 41 0 51 F9 30 D
Octal 26 21 61 67 101 0 121 371 60 15
Binary 10110 10001 110001 110111 1000001 0 1010001 11111001 110000 1101

Color Harmonies of #161131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161131

Black with #161131

Text Example


Text Example

White with #161131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161131; }

 p { color: rgb(22,17,49); }

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

background-color css

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

 a { background-color: rgb(22,17,49); }

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

border-color css

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

 span { border-color: rgb(22,17,49); }

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